mihaiav

Results 13 comments of mihaiav

Without a BEP webtorrent remains just a javascript experiment.

@Regenhardt > Can a WASM application interact with the browser in any way without using javascript? Like making http requests? No. You can't even load wasm without JS (e.g. you...

I don't think it can work because nowhere in the polyfill I find any reference that checks the [shadow root](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot) on nodes (e.g. `Element.shadowRoot ). Below is a test that...

Thanks for guidance! I've tried to fix it in getSpatialNavigationCandidates and focusingController but unfortunately it seems to take a bit more effort so I can't promise a PR any time...

I've made it work with shadow dom in my app. It's required to replace several native calls(e.g. ``prototype.parentElement``, ``prototype.contains``) with wrappers(``parentElementNav``, ``containsNav``) that handle the shadow dom. I'm pasting here...

- appimage-mk - appimagemk

This `user-gesture` policy is a broader issue of the Electron platform. Electron should have a different trust model (i.e. CORS, `user-gesture` etc) than a simple website. I believe special flags...

Update: I browsed through the issues and found how to fix the libz.so issue https://github.com/AppImage/AppImageKit/issues/964 After installing zlib1g-dev I got another error about libxss1 so I installed this as well...

I may be wrong but from the comments I read on https://github.com/AppImage/AppImageKit/issues/964 the "solution" is actually a workaround https://github.com/CollaboraOnline/richdocumentscode/issues/68#issuecomment-693432138 and the issue seems to be caused by the appimagetool which...

any chance to have this merged? "device flow" has become quite common.