Marc Bachmann
Marc Bachmann
Closing as we can assume the keepalive change fixed it
@timdown feel free to add me as maintainer here and on npm if you don't have the time to maintain this module. Then we can at least get the security...
I wrote a small wrapper to use globbing: https://github.com/pifantastic/grunt-s3/issues/19#issuecomment-27264166
A lot of methods are affected by timezone problems. https://github.com/date-fns/date-fns/pull/2619 ```js let date = new Date() "Wed Sep 08 2021 18:34:02 GMT+0200 (Central European Summer Time)" date.toISOString() "2021-09-08T16:34:02.400Z" _.endOfMonth(date).toISOString() "2021-09-30T21:59:59.999Z"...
Hello everybody, It looks like this module still hasn't a good solution to allow subdirectories, that's why I made a small wrapper to support it. Here is a small task...
Maybe it's also worth to mention that there's a `bindwith_reuseport yes` config option, which allows you to run multiple odyssey processes on the same port. That way you can start...
Great work! I'm running an envoy proxy in front of odyssey with a retry configuration on connection failures, so a short downtime shouldn't affect too much, but the graceful shutdown...
Thanks. I've created a PR to add extensions everwhere: #441
> 1. type=module in package.json This would break the pre-built files in dist. I think an `exports` config would be the way to go. > 2. all imports should have...
That one is quite similar https://github.com/pinojs/pino/issues/416 Maybe you could do something using the `onChild` hook. https://getpino.io/#/docs/api?id=onchild-function Or wrap it with a custom function that keeps track of the `module` and...