Gerard Dalmau
Gerard Dalmau
> `DateTimeRange` is a mutable class. According to the official document, such a class should not implement `__hash__()`. Good point. Since `DateTimeRange` is composed of two `datetime` objects, which are...
> This hash output will be change if `start_datetime`/`end_datetime` value changes I understand, that's why I proposed the idea to make `DateTimeRange` immutable. For that, `set_start_datetime` and `set_end_datetime` and any...
To solve this maybe the option for `Show SpotMenu icon` shouldn't be an option and should be always activated so the user is not able to "hide" the app when...
@bittner Sorry I'm not a member of PyCQA nor bandit. I just checked the changes and they looked good to me so I approved if that means anything to the...
@Mallaris do you mind checking this?
> No need to. Will be fixed with the next update. @K3ndoo where is this gonna be fixed? I don't find any commit or PR providing this change
@ruscoder These issues have been tracked long ago, what if we add to the README that it doesn't support partial updates with non-nullable fields?
@yegorLitvinov while this PR fixes the `pg_repack` command, you still need to install the extension in the database, if it was not installed previously. Here is the full list of...