Matt Johnson-Pint
Matt Johnson-Pint
Thanks. After testing with those, I find that by default the same thing happens there as well. `MarshalManagedException` fires thousands of times. `MarshalObjectiveCException` never fires. However, if I set the...
Thanks!
Just a note, for the above workaround compiles, but for it to not show as TypeScript errors (ie., in VS Code), the constants have to be exported from the namespace....
The same thing happens with `map.get("key")` when the key doesn't exist in the map. You get `Key does not exist at ~lib/map.ts:105:17` rather than where you actually tried to retrieve...
Note that until this is fixed, the docs are wrong. https://tinygo.org/docs/guides/webassembly/wasi/
My understanding is that Wazero allocates memory in 64 KB pages, growing up to the 4 GB max allowed in a single WASM memory - unless constraint by `WithMemoryLimitPages`. https://github.com/tetratelabs/wazero/blob/610c202ec48f3a7c729f2bf11707330127ab3689/config.go#L57-L67...
I am also encountering this, on Debian 10 (Buster) with libgit2sharp 0.26.2.
We will be overhauling this client soon. Thanks for your patience.
If we're really considering a new model, IMHO this would be a good time to tackle the time synchronization problem. Timestamps aren't enough IMHO, because each clock that generates them...
@mdemler - Thanks for the feature request. I transferred this from the main Sentry repo, as it is specific to the .NET SDK. Please log .NET SDK issues to this...