stoically
stoically
Current workaround: install `parcel-bundler` instead of `parcel`
Installing `parcel-bundler` as package dependency should work
Nice idea, not sure if they're open to add new things, but I'd say opening an [PR over at matrix.to](https://github.com/matrix-org/matrix.to/pulls) would be the "correct" way to do it. Having the...
Radical could register [a protocol](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers) and use that to redirect directly to the Riot extension page. E.g. I'm using [Open URL in container](https://addons.mozilla.org/firefox/addon/open-url-in-container/) to open bookmarks in specific containers with...
> Could Radical Native Add-on be integrated into riot-web? You mean like directly integrated into upstream Riot Web? That'd be a question for their issue tracker. > If no, please...
> Is it possible to communicate with the native app from the web page, not from the addon? Unfortunately not, no. > Is it possible to use the same extension...
> I do plan to add RN to AMO, but some things are still unclear, like updating behavior where there are incompatible versions of the binary and the add-on. Not...
I don't think that radical-native would be a candidate for either of those repos. Maybe a PPA might be a thing that could be done.
Yeah, thanks for the offer, but I'd prefer something generic. I've read that it might be possible to deploy a repo on GitHub Pages, not sure if that's still a...
Something more generic that might fit this use-case: https://addons.mozilla.org/firefox/addon/requestcontrol/ - that allows adding pretty sophisticated redirect rules. Concerns regarding adding it directly to Radical Native: - Intercepting/Replacing arbitrary links on...