Henrich Krämer
Henrich Krämer
When using pip-compile with `--generate-hashes` against a private Nexus repository (setup as PyPI proxy) only 2 hashes are generated for `multidict==4.7.6` while running pip-compile against pypi.org provides 16 hashes. This...
I am wondering what the status of postgresql-11 is as it is currently not supported? Do you look for contributions? Are there known issues which caused this to be difficult?
This is to address issue #124 and is a replacement for pull request #253 with a cleaner but rewritten commit history. Otherwise the content is currently the same except that...
Medium introduced a passwordless signin/signup. Here is a [related blog post](https://medium.com/the-story/signing-in-to-medium-by-email-aacc21134fcd). Passwordless login only requires entry of an email. However to validate one has to also validates a link send...
The openid specs has an optional `display` [request parameter](http://openid.net/specs/openid-connect-implicit-1_0.html#RequestParameters) with values `page`, `popup`, `touch` and `wap`. It appears that independent(!?) from this there is also a choice on how to...
This change is meant to be released with the change in https://github.com/opendevstack/ods-document-generation-templates/pull/145 although there is no technical coupling at the moment. If helm is used for deployment, the components deployed...
This is to supersede PR #1135. It is designed to be merged with the changes in https://github.com/opendevstack/ods-document-generation-templates/pull/146. Compared to PR#1135 some code was removed to reduce complexity and also addresses...
I was curious about using Seqera AI but when I open the chat and enter "@Seqera Hi" I receive the following error: ``` Request Failed: 400 {"error":{"message":"Model is not supported...
I’m working with code where `main.nf` in a folder X is used to abstract away the substructure, so that users of the module don’t need to interact with its internal...