Arpad Borsos

Results 349 comments of Arpad Borsos

This was never intended for the npm `virtual-dom` anyway, but rather https://github.com/Swatinem/virtualdom The experience I have made with `virtual-dom/h` is that it is horribly slow, sometimes spending as much as...

I added you as a maintainer so knock yourself out :-)

Integrating changes directly into our fork of crashpad is a good idea. Otherwise, I’m surprised that this did never come up upstream, as I believe there must be other games...

> I would argue you that most DOM nodes should be created in a before or beforeEach and appended to the page. True. It’s just much more convenient to do...

I believe this is a good idea, yes. What exactly would be the advantages feature wise? As reqwest is based on hyper itself, but I assume you have to implement...

If you use self-hosted, this can be changes easily, I’m just not entirely sure how. For SaaS, the retention window is configured where the period cleanup task is defined, will...

No, this is rather controlled by an invocation of the `sentry cleanup` script. In production, we run it like so (private repo): https://github.com/getsentry/ops/blob/a7936fc37649893e8a28c4f524d1a5e4cd404c67/k8s/clusters/us/default.yaml#L575-L589 @hubertdeng123 I’m not too familiar how those...

Yes, that looks about right to me.

Sourcemap processing was moved to symbolicator quite a while ago. There is however frequent problems with correctly setting up Symbolicator in self-hosted. Do you have any detailed logs from your...

TBH, I’m not an expert in troubleshooting self-hosted problems. You can try turning up the log level of symbolicator, so you get a detailed view of what it is trying...