It’s Friday and it’s going to be a FANTASTIC day today. I thought my meeting with my therapist was at 9AM today, but I joined the Zoom meeting and it kicked me out of the waiting room. I think it’s actually at 9:30 like normal, but the time on the…
Leave a CommentTag: node
I’m taking part in Node Knockout this year, which is a 48-hour team competition to make the best node.js based web-app you can make! I decided to put together a soundtrack in advance so I have music to listen to for the entire 48-hour developing insanity! (I don’t plan on…
Leave a CommentI got this wonderful error when setting up CRUD functions on a little node project I’m working on: { [Error: SQLITE_RANGE: bind or column index out of range] errno: 25, code: ‘SQLITE_RANGE’ } Here is the code that caused the error: var row_update = function(index, name, password, comment, callback) {…
Leave a Comment