Andrew Sampson

Results 203 comments of Andrew Sampson

Jesus this language; I swear you can leave fully working code for a few years, come back, and it’s suddenly broken. This seems like an easy fix though, check out...

So this would be in the RustGenerator.cs and possibly the runtime, I’m not sure. There is a $250 bounty for anyone who wants to fix it.

The interface will be largely the same so it should be compatible. Instead of compiling to .wasm the extensions will just be JavaScript.

The Python generator was added in #283 by an outside contributor, much like yourself. I don't use Python, and you'll notice none of the benchmarks show Python because it is...

> Fixed the integration test to account for the timezone. The CI log just says "unknown error" and provides no other helpful information. Having them run locally without a documentation...

> Thank you for creating this issue. Should `schema` be a JSON schema or a Valibot schema? Both, preferably. Currently I have to do this to silence incompatibility issues: ```...

Here is a patch that unblocks me for the time being: ```patch diff --git a/src/passes/Asyncify.cpp b/src/passes/Asyncify.cpp index 994142e48..f6500ed2c 100644 --- a/src/passes/Asyncify.cpp +++ b/src/passes/Asyncify.cpp @@ -349,6 +349,7 @@ static const Name...

> We've found some similar issues: > > * [[BUG] `libSkiaSharp.dll` Requires `d3d12.dll` in `3.119.0`, Causing Crashes on Win7 #3267](https://github.com/mono/SkiaSharp/issues/3267) , similarity score: 86% > > If any of the...