Daniel Hjertholm
Daniel Hjertholm
What the title says :)
Description =========== When passing in a logger to the Consumer / Producer constructors, PyCharm complains that `logger` is an unexpected argument, even though it is not. I think happens because...
Hi Ernesto, great library! It seems like midnight sun and polar night is not supported. Could you add support for that? I live in Norway, so a large portion of...
Invoke-Expression gave error on certain versions of PowerShell. Invoke-Item is a better way of opening a file using the default program or action.
Pyenv now support writing `pyenv install 3.10:latest`. Would be nice if pyenv-win also supported this. Useful for automated installation.
From PEP-257: "The docstring for a module should generally list the classes, exceptions and functions (and any other objects) that are exported by the module, with a one-line summary of...
The message "bash: echo: write error: Broken pipe" is shown when starting a recording, and is included in the recorded video. ``` ❯ asciinema rec asciinema: recording asciicast to /tmp/tmpfnpgzx8h-ascii.cast...
Sourcery wants to refactor `d = d | {"add": "this"}` into `d |= {"add": "this"}`, but the two are not equivalent. The latter actually mutates d, while the first creates...
**Describe the bug** The entire deck view has shifted upwards, so the close button is behind the status bar, and it's not possible to tap it. Force-quitting Obsidian and restarting...