Tim Fish
Tim Fish
Sorry I'm not sure what you mean by "the workaround", can you link me some context?
There have been a lot of improvements and changes to the local variables integration for v8. On later versions of node the debugger is run in a worker thread and...
This is still [occasionally reoccurring](https://github.com/getsentry/sentry-javascript/actions/runs/4165679441/jobs/7209221050#step:6:339).
Looks like this fails around 10% of the time in CI and much less than 1% on my machine. Since I can get the tests passing by adding a few...
I've been left a little stumped by this. It's not helped by the fact that it only really reproduces occasionally in CI. I played CI whack a mole on and...
I created something similar in JavaScript for testing the Sentry Electron SDK e2e tests: https://github.com/getsentry/sentry-electron/blob/master/test/e2e/server/index.ts It works but my main concern has been that this is not actually testing against...
I've been trying to modify your macro for use with trailing `c_void` but the compiler is still giving me errors. This is probably because I have no idea what I'm...
As is generally always the case, I managed to get it working shortly after posting the above: ```rust macro_rules! impl_split { ($( $outer:ident ),* ; $( $inner:ident ),*) => {...
I used to use `libffi::high` but not now!
A quick search of GitHub shows these public usages of `libffi::high`: https://github.com/manyuanrong/deno-ffi https://github.com/sisungo/euola-vm https://github.com/mofeing/ossia-rs https://github.com/tungli/lsode-rust And these use `libffi::middle`: https://github.com/rsmpi/rsmpi https://github.com/denoland/deno https://github.com/RustPython/RustPython https://github.com/rustrat/rustrat