Johannes Wienke
Johannes Wienke
Installation of skyline currently is quite cumbersome and requires a lot of manual tasks. From a user perspective, having a common build system with e.g. setuptools would be a huge...
Asciidoc is another option for a lightweight markup language that somehow sits in between restructured text and markdown. Having support for asciidoc in ltex would be a nice addition as...
Currently, this doesn't seem to work in case you do something like: ``` kubectl ksd get secret -o yaml ``` Secrets are not decoded correctly in this case.
**Describe the bug** Without fastapi-versioning, `dependency_overrides` can easily be specified on the app contained in the `TestClient` a la (pytest fixture like pseudo code): ```python before = client.app.dependency_overrides client.app.dependency_overrides =...
**Is your feature request related to a problem? Please describe.** Maintaining multiple API versions explicitly in the code base results in higher maintenance costs with each additional version that is...
### Description The transaction support for MongoDB currently only works when using Panache entities directly. Sometimes, though, it is necessary to resort to the raw operations provided by `MongoCollection` etc....
Version of `shouldBeInstanceOf` etc. accepting a block of code as argument are marked for deprecation. However, smart casts are not always usable across module boundaries (https://discuss.kotlinlang.org/t/what-is-the-reason-behind-smart-cast-being-impossible-to-perform-when-referenced-class-is-in-another-module/2201/2). Therefore, I sometimes have...
The HTML `summary` tag must only contain > Phrasing content or one element of Heading content https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary#technical_summary The HTML DSL right now allows nesting arbitrary flow content and one can...
I can't get zoom working on chrome on Linux.
In the current configuration, the created container serves the .git directory of tt-rss. This is probably not a real issue for an open source project with no private commits, but...