Felix Stupp
Felix Stupp
As required/recommended for iterators in Python, see [here](https://docs.python.org/3.8/library/stdtypes.html#iterator.__iter__) Fixes #536
Given following class with hybrid methods: ```python class Series: episodes = orm.Set(Episode) @property def first_episode(self): return select(e for e in self.episodes).order_by(e.release_date).first() ``` If I now try to use `Season.first_episode` as...
Hope it is appropriate for you to submit a feature request in a GitHub issue. I would like it if another command similar to `bundle` might be implemented, however this...
This allows to configure the APP_NAME, so notification servers / user can better distinguish Back In Time notifications from other script's notifications and removes the dependency on notify-send. Probably it...
## Describe the bug I'm writing a YAML data file and its schema (in YAML as well) in parallel. In multiple ways now, I tried to reference the schema to...
## Description Add a reference to the doc introducing users to cookie prefixes at the `--cookie-name` entry with a link explaining what advantages / disadvantages they bring with. ## Motivation...
Without modifying needrestart's notify configuration, needrestart is really annoying. I installed needrestart because when I update / install packages manually, it then asks me in the terminal which services would...
- [rendered](https://github.com/Zocker1999NET/matrix-spec-proposals/blob/user-nicknames/proposals/3865-user-nicknames.md) - split from [MSC3864](https://github.com/matrix-org/matrix-spec-proposals/pull/3864), which now only declares user-given attributes for rooms - Matrix Room for discussion [#mscs-3015-3864-3865:matrix.org](https://matrix.to/#/#mscs-3015-3864-3865:matrix.org) Signed-off-by: Felix Stupp
- [rendered](https://github.com/Zocker1999NET/matrix-spec-proposals/blob/room-nicknames/proposals/3864-room-nicknames.md) - split user-given attributes for users to [MSC3865](https://github.com/matrix-org/matrix-spec-proposals/pull/3865) - Matrix Room for discussions: [#mscs-3015-3864-3865:matrix.org](https://matrix.to/#/#mscs-3015-3864-3865:matrix.org) Signed-off-by: Felix Stupp
## Describe the goal you'd like to achieve As a poll participant I want to be able to view date only polls as such even if my timezone differs from...