Arpad Borsos

Results 349 comments of Arpad Borsos

Back in the day when I wrote this, I just needed the simplest possible thing. estraverse was just too large for my use cases. But I dont really use or...

Thanks a lot for taking an interest in this project! :-) It would be nice to have some tests for this feature. Lets make the testing framework recognize an additional...

If you want you can open another one with added tests :-)

Shouldnt it rather default to phantomjs, to stay on the command line?

There is a bunch of other optimizations as well, but no rush here. Eventually, I might want to also improve the way that `hash_function` works, as right now its a...

I dug into this a little bit, and it turns out that when you use `Verbose Function Names`, both of these are prefixed with `get_witness_table `, which is being generated...

But it might also be related to #3081 as @philipphofmann mentioned, as its quite possible that we just end up trying to demangle the name of some static data table...

Indeed, we need to have a *proper* dSYM, otherwise its hard to move forward on any of this.

Rust falls back to `SENTRY_RELEASE` env if nothing was explicitly sent. All example snippets include `release: sentry::release_name!()` which is the way a release is set in Rust. Unfortunately it needs...

The effects on `samply record target/release/deps/threads-XXX --bench arc` look like this, which looks very nice indeed, and shows clearly that we only ever create a total of 16 threads. #...