Sebastian Hütter

Results 58 comments of Sebastian Hütter

None of this has anything to do with the issue here.

I've moved the hard disabling into a separate fix for the last release since it used to be lumped in with four others that are completely not needed anymore. Has...

I had looked into using [XRegExp](https://github.com/slevithan/xregexp) before, but scrapped that idea because I couldn't get a robust method to replace literal expressions. ```js const namedGroupsSub = [/([=(])\/((?:[^/]|\\\/)*?\(\?

Not really, they also just extend the RegExp objects. All the other things are optional... but even minified, the simplest useful version compiles to ~200kB, that's a lot. I'd much...

Quick update: the last two weekends were spent on writing [a parser-based polyfill](https://github.com/martok/regexp-named-groups) (temporary repo, force-pushed quite often) based on the code here and a new expression scanner. The idea...

Resolved by implementing full support in PM 32.0 / UXP 6.0

I can still reproduce this on current Debian testing with mumble-server 1.3. After a lot of fiddling, I found this is what gets called in the end (added --test for...

Fixed by PM 33.2, thanks to a lot of work by Moonchild 🎉

I don't see anything obviously wrong anymore, apart from being horribly slow and looking like metabolic end-product. Can you confirm?

> when clicking on another file in the navigation pane and from what I have seen, it never actually loads that next file, but shows an error instead and you...