Ilkka Huotari
Ilkka Huotari
db.users.drop() seems to cause problems - the code (derby-auth) assumes that everything is ok when the `sess.userId` is set, but actually the database can be empty, which isn't noticed that...
Hi, Can this connect to a remote RTSP stream? If so, how would that happen? Thanks.
I believe `tls` in this https://github.com/luin/ioredis#tls-options: ``` const redis = new Redis({ host: "localhost", tls: { // Refer to `tls.connect()` section in // https://nodejs.org/api/tls.html // for all supported options ca:...
Wondering/idea for the future: Would end to end encryption (with WebCrypto) be possible/feasible with SwarmDB/CRDT?
Been struggling with extending kerouac: for example if I want to add `locals.posts` variable (array of posts) into the `/index.html` page, i.e. the homepage, it turns out to be mighty...
It would be nice to have a `preview` command or something similar that would watch the files, build when changed and run the server. Thanks for the Kerouac btw, it's...
UTF-8 charset was not quite enough for me in all cases, so I made a version where you can set your own default charset.
This gives an error of `Error: Failed to GET url: https://farm9.staticflickr.com/8422/28832766510_900709792b_k_d.jpg` ``` javascript var Horseman = require("node-horseman"), horseman = new Horseman({ injectJquery: false, ignoreSSLErrors: true }); horseman .userAgent('Mozilla/5.0 (X11; Linux...
Added Aamu.app (G Suite section) ### Checklist - __I have read the guidelines in [CONTRIBUTING.md]__: yes - __I am affiliated with this alternative (if applicable)__: yes
### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...