DFB
DFB
Hello! I'm having issues getting `node` to work on a `core-image-minimal` build. In conf/local.conf, I've set `RDEPENDS_${PN} = " nodejs"` but when the image builds and I emulated it with...
installing convnetjs for node.js via `npm install convnetjs` gets you [this version](https://www.npmjs.com/package/convnetjs) last published a year ago. should it be updated? the version currently on npm doesn't expose the deepqlearn...
Related to [password-protected cabals](https://github.com/cabal-club/cabal-core/issues/64), it should be possible to create a cabal that has: 1. Protected entry (admin must approve or pre-approve peers, or challenge peers to provide a password,...
After doing `sudo npm link`, users can do `html2markdown [html]` or `echo [html] | html2markdown` and get markdown printed to stdout.
## Overview This work-in-progress PR tracks my efforts to implement features described in https://github.com/apache/couchdb/issues/1554 namely Mango-based update handlers under the `/{db}/_update` endpoint. As of this writing, I have scaffolded only...
As documented in [another issue](https://github.com/apache/couchdb/issues/2236), some selectors incur performance costs [because they do not map to how views work](https://github.com/apache/couchdb/issues/2236#issuecomment-538928959). However, only `$regex` is identified as not functioning with indices. All...
Hi! This PR expands the `GraphQLEnum` derive macro to provide conversions from enum variants into strings. Currently, the macro only provides conversions for `InputValue`, but in my usage it became...
As demonstrated by [hypervision](https://github.com/mafintosh/hypervision) it is possible to stream video over hypercores. This has wondrous implications for a chat application like Cabal, as it makes possible group voice chats *à...
The latest node.couchapp.js version has better error handling, among other improvements. `grunt demo` still works just fine. This also merges @chewbranca's genDB helper, which cleans up the tasks code a...
Added notes on the `okay_if_exists` option to the readme.