Scott Williams
Scott Williams
### Feature description Currently, the [Infisical Ansible collection](https://galaxy.ansible.com/ui/repo/published/infisical/vault/docs/) only supports `read_secrets`. We also need to be able to write secrets from Ansible. ### Why would it be useful? One current...
I noticed that the login link and the link to unlink an OIDC are the same (/oauth/gitea in this case), so it seems that when the login is linked to...
When the login form is disabled (ie, OIDC-only logins are forced), the user is still presented with password change options. This can be extra confusing for the user since there...
This adds two things to the AutoComplete instantiations: * cache - this is a minimal benefit, but still means less db queries if someone uses backspace and re-types something *...
### Expected behaviour As you name someone and begin typing their name, the helpful auto-complete drop down box gives suggested names based on what is currently in the text box....
The Phoenix Edition variant of QB64 is now the more actively maintained version. It's probably wise to switch to that for container builds and for generating release binaries, etc.
Attempting to import nltools causes an import failure in analysis.py: ``` File [35m"/opt/conda/lib/python3.13/site-packages/nltools/__init__.py"[0m, line [35m16[0m, in [35m[0m from .analysis import Roc File [35m"/opt/conda/lib/python3.13/site-packages/nltools/analysis.py"[0m, line [35m15[0m, in [35m[0m from scipy.stats import...