Hugo

Results 405 issues of Hugo

When running khal under Python 3.13: ``` /src/khal/parse_datetime.py:82: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious and fails to parse leap day. The default...

**Describe the bug** A report on IRC mentioned that test `test_recurrence_id_with_timezone` was failing on void linux i686, and also on glibc x86_64, but only sporadically. I ran the test locally...

### Check if applicable - [x] I have searched the existing issues (**required**) - [ ] I'm willing to help fix the problem and contribute a pull request ### Describe...

### Check if applicable - [x] I have searched the existing issues (**required**) - [x] I'm willing to help fix the problem and contribute a pull request ### Describe the...

### Check if applicable - [x] I have searched the existing issues (**required**) - [x] I'm willing to help fix the problem and contribute a pull request ### Describe the...

bug

swaylock links to PAM directly, so the same binary cannot be used in scenarios where PAM is not installed. Load PAM at runtime, to enable using the same binary when...

Currently bash is used to run some pretty trivial commands, but these commands don't require anything bash-specific and can run with a regular POSIX shell. Use sh instead, to remove...

When not running on GNOME, a warning is shown, but it doesn't actually explain what the problem is, only that one is responsible for addressing it. Explicitly specify the consequences...

Python warns of an invalid escape sequence: /usr/share/siglo/siglo/unpacker.py:34: SyntaxWarning: invalid escape sequence '\.' datfilename = [m.group(0) for f in files for m in [re.search('.*\.dat', f)] if m].pop() /usr/share/siglo/siglo/unpacker.py:35: SyntaxWarning: invalid...