Daniel Bugl
Daniel Bugl
I know this isn't something you can easily implement because the https://bitcoinaverage.com/ API does not support altcoins like Litecoin. I would still like to have this feature though, so I'm...
I am trying to update the filename and metadata via `gridfs.files` (as suggested by #98): ```js gridfs.files.update( { _id: req.params.id }, { $set: { filename: req.body.filename } }, (err, updated)...
My `.js` files still open with the JavaScript syntax by default. I even tried [manually setting `.js` to `js-semantic`](https://github.com/atom/atom/issues/1718#issuecomment-137975260), but that didn't work because of an [atom bug](https://github.com/atom/atom/issues/1718#issuecomment-137975260). Any idea...
My nick is `dan` on some networks - including german networks. `dann` is a common word in german so I get push notifications A LOT because %nick% highlights on `*dan*`....
instead of dragging the whole tree item, would it be possible to add a way to define a handle to drag & drop with instead? I mean something like this:...
Right now, I have: ``` js primus.on('connection', function connection(spark, next) { spark.on('error', function(err) { }); next('handshake error'); } ``` The next function emits an error event to the spark, which...
I currently use XBMC to stream media from my macbook to my TV. I was planning to switch from XBMC to MediacenterJS, but as it still lacks Airplay support, I...
As you may have noticed, this project isn't actively maintained right now. - @acdlite personally doesn't use redux-router anymore (correct me if I got that wrong :sweat_smile:) and doesn't have...
I have the following `.eslintrc` in one of my projects: ``` js { "extends": "touchlay", "env": { "node": true } } ``` Additionally, I have [`eslint-config-touchlay`](https://github.com/TouchLay/eslint-config-touchlay) installed and in `package.json`:...