J. Ryan Stinnett
J. Ryan Stinnett
I also need something like this as part of migrating from Snowpack to Vite. For the moment, I am using a basic `resolveId` plugin to redirect the mounted path to...
In Firefox 29, the Browser Toolbox's inspector now works "well enough", that it can replace DOM Inspector for many use cases. For example, it is now possible to inspect /...
Thanks, seems like a good one to add! 😄
I'm happy to attempt a fix here, though https://github.com/Eugleo/magic-racket/pull/53 is in the same area (syntax) and has been open for a while...
For the moment, I'm going to temporarily clear code review requests on this series, as I believe we need to first make past the Product review here, and then we...
The [roadmap](https://webassembly.org/roadmap/) page is attempting to answer some of these questions, but I haven't verified the answers for this specific feature.
Thanks, this feed link seems like it works for me as well. (Is the blog just a view of the Discourse category? Quite interesting, don't think I have seen such...
The "positron" package name is [already taken](https://www.npmjs.com/package/positron) (like nearly every imaginable word on npm), so you may have to use a [scoped package](https://docs.npmjs.com/misc/scope) like "@mozilla/positron".
For issues with Firefox like this, I would suggest reporting them over here: https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer Tools If you have more details on what you were doing or how to reproduce, that...
> Perhaps we just need to check nsDocShell::GetIsMozBrowserOrApp before deciding whether or not to enforce the frame-ancestor policy, although it returns false in this case, as mFrameType is FRAME_TYPE_REGULAR for...