Nathan Froyd
Nathan Froyd
> However, lucet-runtime doesn't actually work correctly on Mac OS for wasm programs that trap - there are some problems with the signal handler implementation, which ends up working differently...
Note too that in-memory libraries on Windows may differ from the on-disk ones because of Firefox's hooking of various functions. (I discovered this the hard way, thinking that I had...
> There's one here: https://discourse.janitor.technology/c/propaganda/blog.rss Oh cool, thank you! I looked for it on the page itself, and then went poking in the HTML source for one, and didn't see...
We have a policy of testing changes to Sorbet against Stripe's codebase before merging them. I've kicked off a test run for the current PR. When the build finishes, I'll...
This is because a) we don't suppress errors when parsing sends in `type_syntax.cc` and b) even if we did, suppressing errors is not treated consistently throughout `calls.cc`. So we issue...
We have a policy of testing changes to Sorbet against Stripe's codebase before merging them. I've kicked off a test run for the current PR. When the build finishes, I'll...
> Not sure yet what the impact is on performance; for reference, there are roughly 4x as many `keep_for_ide` calls as there were casts on Stripe's codebase. Back of the...
Do you know if we are required to implement `InlayHintsProvider` in the extension? I have [a branch](https://github.com/sorbet/sorbet/commits/froydnj-inlay-hints) that implements what I thought was most of the spec, but I do...
> There are a few issues left to fix for CI. I'd appreciate some feedback on them. > > **Linux release** This is erroring in `autoconf` while building jemalloc mentioning...
> I changed it based on the [instructions on bazel-toolchain's README](https://github.com/grailbio/bazel-toolchain#quickstart). Maybe we can still get by using `crosstool_top`? I think if we want to follow that README, we need...