Francois Marier
Francois Marier
> If I don't set a font, then it will default to Roboto, which ships with kivy. If Roboto cannot be found, then it will throw an error. That sounds...
It sounds like the fact that there's no way to honor the OS defaults for fonts is a problem (or maybe feature request) with Kivy. If that ever gets fixed,...
Here's the temporary patch in the Debian package: https://salsa.debian.org/debian/buskill/-/commit/3907ca10c431bf31c66ac91d5b17335d38d975eb
Example of data corruption: ``` singkinderlieder.de##+js(set-cookie, acceptMatomo, true) ``` became: ``` singkinderlieder.de-o+js(set-clert, acceptMatomo, true) ```
For added robustness, it may be worth verifying the checksum both when downloading the upstream file / building the component, as well as client-side when loading the list.
@diracdeltas What do you run to see the deprecated modules? This is what I see with npm 8.11.0: `` $ npm install > [email protected] preinstall > npx npm-force-resolutions added 12...
To see the warnings, delete your `node_modules` directory first: ``` $ rm -rf node_modules/ $ npm install ... npm WARN deprecated [email protected]: this library is no longer supported npm WARN...
Once this is generated automatically and shipped with the component, we can link to it from [`src/brave/components/third_paty/adblock/README.chromium`](https://github.com/brave/brave-core/blob/master/components/third_party/adblock/README.chromium) (which gets pulled into `brave://credits`) and stop [manually generating the `LICENSE` file](https://github.com/brave/brave-core/blob/master/script/generate_licenses.py) from...
This is a very interesting idea, but it's not currently planned. Have a look at https://www.imperialviolet.org/2023/07/23/u2f-to-passkeys.html (scroll down to _caBLE / hybrid_) to get an idea of some of the...
Is everybody running into this issue wanting to ignore this check for local IP addresses? (e.g. `192.168.0.0/16`)