Julien Wajsberg
Julien Wajsberg
Here is a profile exhibiting some favicons: http://bit.ly/2THV3f0
@gregtatum As a reminder, currently we compute the favicon's URL by using the library URL's domain and adding `favicon.ico`. Then we load this icon. This has several drawbacks: * the...
Ah yeah, for sure!
When we'll integrate the addon in Firefox, we can hook into https://searchfox.org/mozilla-central/source/browser/modules/FaviconLoader.jsm#497.
This is where the code will happen `src/components/flame-graph/Canvas.js`. Some quick suggestions: 1. I believe everything should happen in this component, and we don't need to handle redux states here. 2....
I cleared the assignee for inactivity, but if you're still interested please comment here.
So if I understood properly Florian while discussing, what he wants is a transform to "detach" a part of a stack to make it top-level, ideally being able to detach...
I agree it morphed from a bug to a feature request. There is something we should be able to do, knowing the internals of Firefox. Maybe some label at the...
I realize that node's documentation suggests https://nodejs.org/docs/latest-v22.x/api/util.html#utiltypesisnativeerrorvalue util.types.isNativeError, it seems supported since node V10, so it might be a more readable option ?