Arpad Borsos

Results 349 comments of Arpad Borsos

I personally would like to avoid all inter-element whitespace as much as possible. Maybe do something similar to pug and jsx (at least I think thats what it does), where...

I thought about using a whitelist of inline elements as well, but I don’t think that’s a good idea. I rather think we should do the same as react/jsx and...

Its really a question what the user expects I guess… More often things are breaking because of unintended whitespace. And depending on the users background, they might be used to...

The problem here is that the transaction can be attached to the scope as well, either directly or indirectly via spans that hold a reference. The `Transaction` itself is just...

We have some fallbacks in place in case the executable does not have a build-id. In this case the first page of the `.text` section is being hashed. Here in...

Maybe you need to update your root CA certificates in the docker container? Otherwise not sure, certificates should be up to date on our end, maybe @beezz can double check?

This PR does not strictly depend on a new version of `js-source-scopes`, I can also change it to be able to land this directly.

I’m not sure what exactly you mean? We do prefer the symbol name from the symbol table for top-level functions. Otherwise we fall back to `DW_AT_linkage_name` and `DW_AT_name`, which we...

I think you can just give it a path from the python side, python should have some named tempfile utilities.

Yes, I don’t think that would be possible right now.