Nazım Can Altınova
Nazım Can Altınova
Hi @codershona! Sure, assigning the issue to you. Please let us know if you need anything!
Yeah, I agree that we should do a better job at handling the offline users. I think it makes sense to add the snapshot of Firefox Profiler to Firefox. But...
I remember discussing whether doing this in the processing step or in a selector when implementing it. And doing this in the selector seemed more beneficial at that time. I...
@mstange Yeah, I agree. It's a bit tricky since we have multiple meanings. But at least we know what kind of meaning we use for `weight` array by looking at...
Ah, thanks for the fix! I didn't think about having zero time difference I guess when I was working on it. Place of this calculation changed though after PR #4067....
I don't think this is because of the counter data that we preserve. Initially I didn't remove the counter data during sanitization since we don't have any PII in them...
Possibly, yes. But I feel like this will cause us to duplicate some code and we'll have to maintain them in two separate places. Currently, I think we can make...
It seems like they changed the Instruments file format quite a bit after Xcode 10. Profiles from Xcode 10 load but with the wrong information. And profiles from Xcode 13...
I think it's a good idea to merge these. There is one thing to keep in mind that, we have some fast checks in our codebase that bails early for...
It's great that you found out! [The committed range selections](https://profiler.firefox.com/docs/#/./guide-ui-tour-timeline?id=the-committed-range-selections) section explains this area briefly, but we can extend this to add more context about zooming out. Btw, you can...