midzer
midzer
I can't confirm the bug on my debian bookwork using the same version.
Push Notification work on Android pretty good. Miserably, not on iOS Safari yet: > Apple says the feature will come in 2023 with a future update of iOS 16, so...
Does UPnP have to be enabled on your NAT-Router for this PR? Traversing NAT works for me by specifying STUN `iceServer` in your WebTorrent config.
Hi all, on this weekend I got an Emscripten build to work. Main issue was music support. Apparently, SDL Mixer can't handle the `mus` format inside `.wad` files. After digging...
It would be nice to contribute something back. Whether some1 picks things from my changes or I can try a PR.
Follow-up on @szymarcus comment about scrolling an `id` into view. This worked for me: ``` const hash = window.location.hash; if (hash) { const id = window.decodeURIComponent(hash).replace('#', ''); const element =...
@gauranshkumar yes, current thorium debian repo is hosted on a rather small VPS in Europe. I can't reproduce slow download speeds from my location (Germany). Perhaps from another continent things...
Is it working properly with Emscripten now? Otherwise I can try to build and test...
I forgot to add Mercury to the repo. Gonna do for next Thorium rls.