peebles
peebles
I was getting ready to contribute a couple of my own blocks, but I see pending pull requests that already implement what I re-implemented! NodeJS and Docker for example. What's...
A block to install NodeJS A block that sets the hostname properly, so the new hostname is broadcasted by avahi A block to set up WIFI Access Point+Station mode
Why is a partition required when I send keyed messages? I'm a little new to Kafka, but I thought I understood that when using keys, "producer guarantees that all messages...
I want to upload a file from the user's computer to the webapp, and will process the actual file in the webapp itself; I do not want to send it...
When using a docker volume plugin, the volumes get created at run time, and get mounted over the directories listed in VOLUME, so none of the installed files are there...
In addition to fixing the beforeEnter params and queryParams, "remember" the context of a rejected beforeEnter, so that later, one can call a (new) method returnTo() to retry the previously...
In version 0.6.22, I am getting: ReferenceError: AWS is not defined at ServerlessS3Local.getClient (/Users/peebles/cortina/ca-portal/node_modules/serverless-s3-local/index.js:353:21) at ServerlessS3Local.createBuckets (/Users/peebles/cortina/ca-portal/node_modules/serverless-s3-local/index.js:325:27) ... And indeed, in index.js line 353 there is a reference to AWS...
I am using 4.0.0-rc4 and migrating a Stormpath app. I am trying to find an account by email. My code ```javascript var spapp = app.get('stormpathApplication'); spapp.getAccounts( { email: email },...
First of all, if I run: $ docker run -d -p 8400:8400 -p 8500:8500 -p 8600:53/udp -h consul --name=consul progrium/consul -server -bootstrap -ui-dir /ui $ curl http://$(docker-machine ip local):8500/v1/catalog/service/consul [{"Node":"consul","Address":"172.17.0.17","ServiceID":"consul","ServiceName":"consul","ServiceTags":[],"ServiceAddress":"","ServicePort":8300}]...
Looks like an awesome component! I have a NodeJS backend that implements a virtual file system. I wouldn't be able to use your php server ... not without spending a...