Gabe Durazo
Gabe Durazo
Just had another thought. Since we log via HTTP and so lost those logs, it makes it difficult to know what was going on exactly. For example, we don't know...
That error message specifically came from one of the three places in hackney's own [hackney_stream.erl](https://github.com/benoitc/hackney/blob/039db6033b9f81d75c9b0b672f9f8b96e9111575/src/hackney_stream.erl). I grepped my codebase and all its deps and that's the only place "Unexpected message"...
Looks very interesting. Here's [the homepage](https://vlang.io). I'll try to get to it!
Wow @josevalim! I'm 🤩 . Thanks for the great ideas here. I just pushed up a commit fixing the logger level issue. I'll do a separate one for the cowboy...
I transitioned my app from `nssm` to `WinSW` this week (to be consistent with the rest of my organization), and have now had two production downtimes and am thinking of...
Thanks for the responses, both of you! Sounds like my problem was not realizing that some options in the XML were "start-time" and some were "install-time". I just uninstalled my...
> From this point of view, WinSW doesn't suck either 👍. Sorry, I didn't mean to imply otherwise! I was mostly just trying to highlight this line for you: >...
Appreciate the work here, @KronicDeth ! Would be nice if this were merged, but even if without that, it was already very helpful to me in reviewing the changes from...
This is an "RFC" so here's a "C", heh! I found myself on this issue after tracking down some error logs my app occasionally emits when shutting down as part...
Okay, took a while but I finally had a chance to re-benchmark all my apps (since I updated to macOS Ventura), and then rebase this branch on the latest `main`,...