Marti Raudsepp

Results 237 comments of Marti Raudsepp

> Specifically about the casts, I would prefer to not include them, and mark only the result types instead. I replied in 2 of the threads, that doesn't solve the...

I have split mypy into a separate job and removed some hints according to feedback. If what you mean by "non-mandatory" is jobs without these "Required" labels, then this is...

Thanks! Before this is usable for downstreams, we still need to add `py.typed` file, so don't release this yet (in case you were planning to). 😄

The new [`regex-automata`](https://docs.rs/regex-automata/latest/regex_automata/) crate exposes many lower-level internals of the regex crate. Related blog article: https://blog.burntsushi.net/regex-internals/ It seems they expose the reverse matching capability in some engines as well. Possibly...

> To get django-stubs to work I would need to add almost all my dependencies as additional_dependencies in the mypy pre-commit hook which is untenable. Another alternative is to run...

> We'll move the pin once we get more data points on any issues in the major version bump. > most people will not be able to get any new...

~~I haven't yet figured out how to fix the presumably corrupt GPT partition header. Any suggestions?~~

gnome-disk-utility displays no partitions when activating a loopback device (without offset) ![Screenshot from 2024-05-16 21-58-09](https://github.com/systemd/systemd/assets/137616/69b8ac8a-6cbb-4268-b46e-a9f8b652e9c1)

> I haven't yet figured out how to fix the presumably corrupt GPT partition header. Any suggestions? I eneded up recreating my user and copying files over from the old...

The SyntaxWarnings in non-test code would be fixed in #1612.