Paul Colomiets
Paul Colomiets
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option
MIT license allows sublicensing, which means you can use this work under a different license, just retain the copyright. So permission from all contributor isn't strictly required (as I think...
Any plans to carry on this work? I want to play with async wasm in my pet project. And I'm thinking I could implement some `poll` functions at the API...
Couple of thoughts: 1. Running those as separate jobs in CI is good, but it sometimes possible to forget to add a feature to the list of tests (if nextest...
This is generally ready, but I'm not sure if we want to fix GC issue somewhere else.
Okay, removed that hack.
@aradalvand, @riolly, can you please try the latest nightly? ``` curl https://sh.edgedb.com --proto '=https' -sSf1 | sh -s -- --nightly ``` It seems to work for me both within default...
It's hack, because it's unreliable: 1. You can interrupt `instance start` after starting but before connection is done. 2. As far as I remember, socket activation starts the process when...
I think we should start that timeout at server start. And keep this behavior only for `--auto-shutdown-after=0`.
> I believe this would require a ground-up rewrite, since we rely on a ton of Node.js APIs from `crypto`, `fs`, `path`, `os`, `net`, `tls`, `readline`, and `stream`. Unless I'm...