Justin Keller
Justin Keller
Trying to install and getting: ``` Normal Pulling 5m40s (x4 over 7m9s) kubelet Pulling image "us.gcr.io/larder-prod/kubewise:0.11.11" Warning Failed 5m40s (x4 over 7m8s) kubelet Failed to pull image "us.gcr.io/larder-prod/kubewise:0.11.11": rpc error:...
Would it be possible to stream to SCP? We are storing files in MongoDB in GridFS, and don't want to write the file to disk just to do the SCP...
I have the following model: ``` 'use strict'; const orm = require('../lib/orm.js'); const type = orm.type; const config = require('../lib/config.js'); const uuid = require('node-uuid'); const Check = module.exports = orm.createModel(orm.getTableName(__filename),...
Is it possible to declare a field in a model that is stored in RethinkDB but can't be provided into the model constructor? An example is `id`. I don't want...
Seeing reqlite not behaving the same as rethinkdbdash with a query: # rethinkdbdash ``` javascript r.table('accounts').get('nonsense-here').ne(null).run((error, exists) => { console.log(exists); // false }); ``` # reqlite ``` javascript r.table('accounts').get('nonsense-here').ne(null).run((error, exists)...
* **Redash Version:** Version: 8.0.0+b32245 (a16f551e) * **Browser/OS:** Chrome / MacOS 84.0.4147.105 * **How did you install Redash:** Self hosted AWS AMI _(ami-0b97435028ca44fcc)_ As it currently stands Redash does not...
### Pitch The Helm chart Bitnami dependencies _(PostgreSQL, Redis, ElastiCache)_ all don't support `arm64` platform even though [the Bitnami community has been asking for this support forever](https://github.com/bitnami/charts/issues/7305). https://github.com/mastodon/mastodon/blob/ef196c913c77338be5ebb1e02af2f6225f857080/chart/Chart.yaml#L25-L36 Is it...
Any plans to build a native Apple Silicon standalone binary? I believe `arm64` works right? Happy to try and contribute this if I can get some direction and hand holding.
Firstly, thanks for all your hard work. I just setup openblocks on my local Portainer Raspberry Pi cluster and it seems so far to be working great. My only recommendation...
Getting: ``` Uncaught TypeError: Object # has no method 'sendAsBinary' ``` In **Chrome 29.0.1547.76** using latest version of `filedrop.js`. Seems to be breaking here: ``` xhr.sendAsBinary(builder); ```