David Jack Wange Olrik
David Jack Wange Olrik
### Goal or desired outcome of this feature Primary goal: Less manual work, more automation. Today I have a lot of individual kanban boards, and this makes it hard for...
When creating a large slack application it would be nice to be able to reuse components in a more pythonic way than what is possible right now. A workaround is...
Today Slack Machine uses a plain python file for its config, which I find less than [ideal](https://12factor.net/config). I would like to put my bot in git, but I don't want...
SOAPAction header should never be "None". When `self.operation.soapaction` is `None` it was stringifyed into `"None"` when it should be `""`. This fixed the following error when calling a Soap 1.1...
Would it be feasible to add support for [asyncpg](https://github.com/MagicStack/asyncpg)? (Maybe even replace `aiopg`) procrastinate is written specifically for running on postgres, and so is [asyncpg](https://github.com/MagicStack/asyncpg), which is why it is...
If a HTTP_PROXY environment variable exists, the runner should use it automatically. This will enable the runner to run behind corporate firewalls where all web traffic must go trough a...
I've seen this issue on my own device and in a few issues already reported (#1899, #2057). It seems to me like a bug that the `binary_sensor.focus` is not updated...
The `obsidian-banner-wrapper` div encloses the yaml frontmatter code block, which makes plugins that enhances code blocks break the layout of the note. An example of a plugin that breaks is...
When ever I run poetry in a non git repo I get the following error: ``` poetry-git-version-plugin: ValueError: Reference at 'refs/heads/main' does not exist. Ignore Exception. ``` As it is...
Funny bug, every item in checklists now have a header injected. I have set "Display header by default" to **on**, and every note with a checklist now also have the...