Francois Marier

Results 139 comments of Francois Marier

> Then again which referrer-policy is the best depends totally on the usecase. Sure. My PR is about making the referrer policy match the comment next to it. Right now...

Another example: https://t.dripemail2.com/c/eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJkZXRvdXIiLCJpc3MiOiJtb25vbGl0aCIsInN1YiI6ImRldG91cl9saW5rIiwiaWF0IjoxNjYxNDc0MTk2LCJuYmYiOjE2NjE0NzQxOTYsImFjY291bnRfaWQiOiI1NDM5NzU5IiwiZGVsaXZlcnlfaWQiOiIxNnFnNmswMW1jdmxzZm9wOHRuZSIsInVybCI6Imh0dHBzOi8vc2tpcHBlcm90dG8uY29tL3VwZGF0ZXMtb24tb3VyLTUtcGFjaWZpYy1zYWxtb24tc3BlY2llcy8_X19zPXpjcmFhdHNqYnRlc3NzbjJraXlrIn0.g-jZA6mvGwx-soRGq7H8YSIUXOGyb9i5IV5_78aJRkA In this case, we need to: 1. Extract the last component of the path. 2. Split the string on `.` and take the 2nd component. 3. Base64-decode...

https://github.com/brave/brave-browser/wiki/Resolve-Methods-for-Unstoppable-Domains claims that we support `.888` since 1.40, that's not the case, right? This has never worked in Brave (and was meant to be fixed in this PR)?

@user111222333 You can send any changes to me ([email protected]) and I will merge them into the Debian repository (https://salsa.debian.org/debian-hamradio-team/dmrconfig) before updating this pull request.

@nicolasjon If you do end up forking this project for the 868/878, please let me know (GitHub or [email protected]). I will point the Debian package to your repository.

The callsign limits were raised in [firmware 1.35/2.35](https://cdn.shopify.com/s/files/1/0833/9095/files/D868UV_V2.35_official_190620.zip?625) for the AnyTone D868UV: > V1.35 and V2.35 Improvements (dated 2019-6-20) > 3. Increase the digital contact to 200,000 contacts. and in...

Noting that the full [RadioID.net userid dump](https://database.radioid.net/database/dumps#!) (`user.csv`) is now over 160k entries. 167890 callsigns as of 2020-07-19.

@user111222333 Two steps: 1. Download the patch from https://patch-diff.githubusercontent.com/raw/sergev/dmrconfig/pull/58.patch 2. Apply the patch to your local repository: patch -p1 < 58.patch

Mozilla is using SJCL in [BrowserID](https://browserid.org) / [Persona](https://persona.org) through the [jwcrypto](https://github.com/mozilla/jwcrypto) Javascript library.

Can you describe the problem that your patch is fixing?