Julien Wajsberg

Results 515 comments of Julien Wajsberg

Thanks, I find the UI much better than in the previous iteration. There's still a small weird behavior when switching columns, it looks like the column "remembers" the previous state,...

> > Thanks, I find the UI much better than in the previous iteration. There's still a small weird behavior when switching columns, it looks like the column "remembers" the...

> This interests me. Could a CCSlice of 33ms while scrolling be the cause of jank? mayyyybe :-) If you want to know more, you can share a profile with...

I meant to comment here, sorry for the delay. Here is my understanding: The current implementation is that the CO2 track is simply a factor of the power track. My...

We use docsify, here is how they handle it: https://github.com/docsifyjs/docsify/blob/79a66199807f4b824e1eb868a551a1ca28d63b64/docs/index.html#L75-L82 In short, with links to other websites, which could be other repositories or npm packages on this case. Happy to...

I want to point out a few things: 1. We (Mozilla) don't host app docs in MDN anymore, this is all in [firefox-source-docs](https://firefox-source-docs.mozilla.org/) now. 2. firefox-source-docs isn't localized. That's why...

Answering Markus comment now: > I don't like docsify's URLs (fragment for the page, query string for the anchor) or its default stylesheet very much. If the stylesheet isn't good,...

This crashes in https://github.com/firefox-devtools/profiler/blob/e549ec394c5584bf70e54450a5a7f2dc5106d04c/src/components/shared/SampleTooltipContents.js#L133 These "white bumps" look like filtered out samples. We see them (and can hover them) when switching the implementation to "all stacks" instead of the default...

We looked at this with Markus, and while we agree with the ideas here, we wondered if we should have a "Collapse everything from lib XXX" in addition to the...

We were using ms instead of samples initially, and found that this was misleading to our users, that's why we moved to samples. We believed that being closer to the...