David Ankin

Results 93 comments of David Ankin

Just want to chime in here and say that it was totally counter-intuitive to me that processes are sorted in tree view, and while I can see the utility, it...

btw here's how you'd do it - https://github.com/alexanderankin/docker-compose-waiting/commit/c24d20b8ad6cdc2afa68e47e75fa724ae0c8bace

@markpollack - i should submit a pr for this right? I could get to it within the coming week

formatted using [code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks): ```bash gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF gpg --export 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF >out cat out|gpg --dearmor | sudo dd of=/usr/share/keyrings/mono.gpg rm out gpg --batch --yes --delete-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF ``` for...

Well look, im not qualified to integrate these changes: * I don't know how your documentation system works * the argument names dont match up with the names on the...

Just noticed that the arguments are just in hungarian notation in the doc comment. But I'm still really confused about the settings object... its supposed to contain all the fields...

sorry for that rude reply, I under-corrected for my mood after working all weekend. Thanks for taking the time to explain all the concepts, it's gonna take me a bit...

Ran into this while implementing a docker registry (educational purposes), docker daemon does a HEAD request and complains if content-type and content-length are empty on the response.

short answer no The issue was that the only considered reliable packages are those in the purview of the expressjs github organization which @dougwilson also manages, and he raises valid...

Bumping this again - seeing 10 instead of 11, cant figure out how to fix