Michael J. Ryan
Michael J. Ryan
@dhensby totally understood... also, given the need to work, potentially with multiple databases and queries with `GO` statements, etc... not sure it's within a good scope of this project. I'm...
It may be best to use nvm and set the same node version to match the version in electron... depending on what/how you are running functional/integration testing, you may still...
My concern would be the condition where stdin handling wasn't done (cleanup) before a `SIGINT`/`SIGTERM` was issued... if the stream to the child process (worker) was closed first, then some...
Connect to socket... authenticate... push a bunch of data, disconnect.. The server could be doing something with the stream of data, and for instance sending records into a database... if...
I usually just detect for `/(phone|mobile)/i` in the user agent. This will give some false positives (for tablets, etc), but in general a good enough baseline.
I know this is old, but would be really nice. I've been using yaml hierarchies to build configuration options for environment deployments as well as translations/strings. Started using this against...
Not sure if this is particularly active.. but to the maintainers, I'd be happy to make a PR for this... I mean, the reality is you'd just have to load...
I'd be happy to participate in the new org... though not sure how much I would contribute beyond reviewing and merging/publishing pull requests. I don't have enough time to participate...
`privatekey` should probably note that the string should be a file path to the private key... I know it should have been my first choice, but I encoded the private...
The time of day switch would be interesting... But I think most people would prefer more of an either/or.