- Jan 31, 2025
-
-
Mimoja authored
Signed-off-by:
Mimoja <git@mimoja.de>
-
- Jan 24, 2025
-
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
-
famfo authored
- changes the API endpoint - adds extra handling for RB33 - replaces strings which would produce escape codes with raw strings - adds custom useragent to web requests
- Jan 23, 2025
-
- Aug 11, 2024
-
-
jn authored
Recent versions of Python (tested with 3.12) print the following syntax warnings. To avoid them, use the r'' raw string syntax in strings that (may) contain a backslash that is not supposed to be an escape sequence. $ ./busdisplay.py busdisplay.py:74: SyntaxWarning: invalid escape sequence '\-' sp+' _|--/~\------/~\-+ |__________________| |__________________| |__________________|'+sp, busdisplay.py:75: SyntaxWarning: invalid escape sequence '\_' sp+'//// \_/ \_/ (O) (O) (O) (O) (O) (O)sp '+sp busdisplay.py:87: SyntaxWarning: invalid escape sequence '\s' sp = re.split('\s+|(?=\()|(?<=\))', text) busdisplay.py:296: SyntaxWarning: invalid escape sequence '\_' self.block.set_rows([(None, 'K1', 'Zyge', '¯\_(ü)_/¯')])
-
- Jul 06, 2024
-
- May 31, 2024
-
- May 24, 2024
- Dec 20, 2023
-
- Dec 18, 2023
-
-
jomo authored
-
- Jul 02, 2023
- Mar 26, 2023
-
-
sl authored
-
- Nov 26, 2022
- Nov 12, 2022
- Aug 27, 2022