Francois Marier
Francois Marier
Fixes #50. The callsign limits were raised in firmware 1.35/2.35 for the AnyTone D868UV: > V1.35 and V2.35 Improvements (dated 2019-6-20) > 3. Increase the digital contact to 200,000 contacts....
This patch was needed in Debian, but I don't see any reason why it couldn't be upstream directly. Other Linux distributions might need it too. This patch was originally from...
I added this to the Debian package for DMRconfig but you are welcome to include it directly in the main repo.
I looked into that one recently and added it to Brave: https://github.com/brave/brave-browser/issues/18020
Given `a.txt`: ``` 1 2 3 ``` and `broken.patch` (note that it's missing the third line of context): ``` --- a.txt 2019-03-28 17:02:04.832004033 -0700 +++ b.txt 2019-03-28 17:02:34.999576803 -0700 @@...
Using the same setup as described in #60: ``` $ ./patch.py --debug working.patch || echo Failed DEBUG reading working.patch DEBUG crlf: 0 lf: 5 cr: 0 - file: b.txt hunk:...
Given the following `a.txt` file: ``` 1 2 3 ``` and the following `working.patch`: ``` --- a.txt 2019-03-28 17:02:04.832004033 -0700 +++ b.txt 2019-03-28 17:02:34.999576803 -0700 @@ -1,4 +1,4 @@ -1...
This bug was originally reported by Matijs van Zuijlen on the Debian bug tracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980873 "I recently switched from X to Wayland and have noticed that the windows that pop...
In order to help users avoid known-bad passwords and give them an rough indication of how hard their password would be to crack, we should have a password strength meter...