Results 16 comments of Iain Murray

Thanks @MikeLasz. I do understand your motivation, and that it's valuable to pin down where differences come from. Just as a warning though, it's unlikely anyone will have time to...

From a quick look, I have picky comments, suggesting that a deeper dive might be useful, but not answers: The `1e-6` is a few times single floating point `eps` and...

My advice would be to try to nice to understand why you are hitting this issue when others haven't. Numerical problems often hint at trying to do something unreasonable or...

After many delays, [Google are now starting to slowly disable mv2 extensions](https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline), so I published a version of redirectify based on the [manifest3](https://github.com/imurray/redirectify/tree/manifest3) branch. Frustratingly, the permissions still need to...

Sorry to ignore this issue for so long. I don't like disabling the extension for everyone, so don't push updates that require new permissions unless I have to. I've now...

For those (like me) stuck using an old version on Ubuntu LTS machines, and not wanting to install an appimage, a workaround is to put a shell script in your...