Brian
Brian
🎮 https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API
I don't know if this was changed or not with dropzone in their later versions from when this was first implemented, but the `path` is actually an object, thus we...
Hey! Love the plugin. I'm working on a project where I could use this, and saw another issue where people started work on making a directive for this. Does anyone...
This is a bug with the success callback of the image upload in the bootstrap-markdown plugin, it's calling just "path" however path is an object, so the fix is to...
Hi -- I'm attempting to DELETE a row in a simple query, however I can't `db.commit(query);` because it doesn't exist with `sql.js` seemingly? It takes the query just fine but...
Getting an error running the mentioned train command in the `README.md` file. Command: `python train.py --cfg deepdarts_d1` ``` (deep-darts) C:\Users\phroz\development\deep-darts>python train.py --cfg deepdarts_d1 Running on CPU Number of accelerators: 1...
Hi, Loved this example -- is there any chance you could update this to use a set of defined patterns, like what Radioshack did with their TM1803? I'd just need...
I'm wondering if anyone is actually maintaining this? All reported issues are still valid (I've run into each reported issue) however there are NO replies? This project seems abandoned.
Change the woot and meh icons to .icon-woot and .icon-meh respectively Line 501: ``` if(which == 'woot') $('.icon-woot').click(); else if(which == 'meh') { $('.icon-meh').click(); } ```
Figured I'd start a thread about it ;)