bryan rasmussen

Results 18 issues of bryan rasmussen

All the various urls for backbone etc. return {"error":"not_found","reason":"Document is missing attachment"} I pushed using erica because I can't get couchapp to work on my machine - but I guess...

I get to the point where I start run_shell.sh ( running in MINGW64 - should I install some other unix toolchain?) When I do server.db.drop_all() or server.db.create_all() I get back...

I am running a node-resque queue and doing image hashing inside the queue, I get some CImgIOException exceptions which kill my process. I added 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [...

I added in 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ], to binding.gyp because if I am trying to process images in a queue and I try to hash an...

I'm getting the message MutationObserver is not supported by your browser. using Firefox developer. If I do console.log(MutationObserver) I get back function () If I do console.log(MozMutationObserver); I get a...

running npm start gives me $ npm start > [email protected] start D:\projects\repositories\react-autocomplete > SCRIPTY_PARALLEL=true scripty 'SCRIPTY_PARALLEL' is not recognized as an internal or external command, operable program or batch file....

I was just checking out the plugin, decided it wasn't what I was expecting/wanted but I did notice that the links in the social media menu ended up with an...

Since google is shutting down openid support and older versions of oauth I needed to make oauth 2 work for my site. Had some troubles understanding the done function and...