Stéphan Kochen
Stéphan Kochen
The `allowed_domains` and `blocked_domains` settings currently only work with exact domain matches. Wildcards would be a useful addition so we can integrate with external lists like: https://github.com/ivolo/disposable-email-domains Beyond that, it...
We now support listfiles for various settings (`allowed_origins`, `allowed_domains`, `blocked_domains`), which is especially handy for longer, dynamic lists. It'd be useful if we could reload dynamic lists at runtime, such...
I'd really like to have the end-to-end test running on Windows against Internet Explorer 11, but can't seem to make it work. I thought adding these steps to the Windows...
This error message needs some context: ``` ERROR:tokio_proto::streaming::pipeline::client: pipeline error: end of file reached before parsing could complete ``` It's my guess that a discovery HTTP request was interrupted somehow....
Thanks for doing this! Really cool, and works well. On a VPN server, it's useful to know what IPs are already reserved, so I hacked it in the overview with:...
This PR adds support for Firefox. - Firefox currently doesn't support `declarativeContent`, but I've added `page_action.show_matches`. Though, maybe it's a bit broader than what `background.js` matched, also matching the meet.google.com...
On Firefox 3.6 and 4 beta 6 (tested on Ubuntu 10.10, 64-bit), the audio checks for a specific formats fail. This can be seen in has.js' test suite when adding...
As of CMake 3.25, there are now global variables `LINUX=1`, `ANDROID=1`, etc. These conflict with expressions that used these names as unquoted strings in positions where CMake accepts 'variable|string', for...
This is a proof of concept for https://github.com/svanderburg/node2nix/issues/189#issuecomment-674876678. Suggest we try keep discussion here just about implementation. The idea is to run node2nix for each package individually, but point `--yarn-workspace`...