goliatone

Results 23 issues of goliatone

Congrats on the library, love the demo and the article about it 🚀 One small suggestion: it would be helpful/nice to have a **Mask to keep** functionality. Say to explicitly...

In macOS we can use `arp` but the output is different- it has no vendors. We should use `arp-scan` if available on mac.

enhancement

I have a browser application with the following code: ```js const client = mqtt.connect(options); client.on('connect', e => { client.publish(`events/${clientId}/service/up`, JSON.stringify({ action: 'up', client: clientId, timestamp: Math.floor(Date.now() / 1000) })); });...

``` wget -O - https://ftp-master.debian.org/keys/archive-key-$(lsb_release -sr).asc | sudo apt-key add - ``` Error: ``` pi@raspberrypi:~ $ wget -O - https://ftp-master.debian.org/keys/archive-key-$(lsb_release -sr).asc | sudo apt-key add - --2020-06-11 02:33:50-- https://ftp-master.debian.org/keys/archive-key-9.11.asc Resolving...

I'm looking at starting a new project and want to use elixir. I was wondering if this library has support for mongo's [Change Streams](https://docs.mongodb.com/manual/changeStreams/)

Kind:Enhancement
Level:Intermediate

Hi there! I wanted to let you know of a fork of this project I have been working on, [node-esp](https://github.com/goliatone/node-esp). I added some features like firmware flashing support, terminal output,...

Wrapped reload call on file change on a `setTimeout` so we can pass a delay option. If the current file being served changes, it will reload but the server will...

It would be useful to be able to expand variables: ```ini [development] PATH = $PATH:/node_modules/.bin ``` OR ```ini [development] PATH = ${PATH}:/node_modules/.bin ``` See [npm-run-path](https://www.npmjs.com/package/npm-run-path) as a way to implement...

enhancement

[envsubst][1] or [this][2]. [1]:https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html [2]:https://github.com/a8m/envsubst

Update docs: `envset -- `: envset spawns a new process, attaches variables defined for to the process, and executes