Anthony DeDominic
Anthony DeDominic
systemd gives users the option in service units to create and point to various directories under paths like, /run/{app}, /var/lib/{app}, etc. Would It make sense to add these environment variables...
I was having issues with the web service you were using to get external IP's. It wasn't working for setting AAAA records because it was only returning IPv4 addresses. I...
When attempting to write nothing but whitespace, the sendMessage prototype fails to emit a PRIVMSG for it. I'm guessing it has to do with the [lineBreak](https://github.com/kiwiirc/irc-framework/blob/7a8c0df5d55ca2be099b21c95bf74a5d2d2c9a2a/src/client.js#L399) generator which I haven't...
I noticed your server appears to respond with HTTP/1.0 which is a bit rickety. If you aren't sure of the output length of your responses, you could always uses chunked...
It would be helpful if this had a flake.nix. Would you be willing to take a pull request for that?
I haven't tried the addon yet--I just got home, but I noticed in your screenshot and in https://github.com/segmentio/daydream/blob/master/src/popup/components/App.js#L84 that the puppeteer output contains an ASI hazard. specifically the ident/function call...
### Summary I was experimenting with the latest release (0.25.0) of windows-services, but was struggling on how to use the service parameter passed to the callback. Rust rightfully points out...