David Ellis
David Ellis
Did someone link to this in a blog or something? I just made this to fix a bug in the LLVM documentation while I was learning the LLVM syntax three...
Hi @agostini01, Nice! Do you want to make a pull request to get credit for that, or are you fine with me just implementing that fix?
@exebook I forgot about this (@agostini01's change has not been added, yet), but LLVM has the bad habit of introducing breaking changes in minor releases, so LLVM 3.8.0 is unlikely...
This seems to be a duplicate of that other issue that was also opened very recently. Do you mind telling me how you even found this little repo? I haven't...
I found this: https://github.com/graphile/postgraphile/pull/1396 Claims to work with `watchPg` which makes it perfect for my use case. Going to give it a shot and see.
I will note that the reason why emscripten was not updated for this project was due to performance regressions with asm.js compilation on newer releases of emscripten than the version...
It was a few years ago that we noticed the regression. I searched but couldn't find the benchmark we did back then. As I recall some functions were unaffected but...
You've already run into a limitation in our currently primitive concurrency model. We can't go further until [this issue is fixed](https://github.com/alantech/alan/issues/197) because we can't trust the dependency graph in here...
So because of the *implicit* nature of the async/await IO work in Alan, an `isReady` function would always return `true` because it won't continue this particular thread of execution until...
https://github.com/alantech/alan/blob/main/rfcs/006%20-%20Automatic%20Argument%20Interfaces%20RFC.md !!