bendem

Results 45 issues of bendem

If a folder ends with `.txt`, there is no way to enter it using the file picker. As a workaround, the go to file shortcut works. ![Screenshot 2019-06-20 at 10...

I'm absolutely not familiar with github actions so this might be the wrong way to do it (I have no way to check), but it can at least open the...

* Systematically add a / behind `CONFIG_DIR`. Previously, sometimes a / was added, sometimes not. Since it's common to write path without trailing slash, ensure it works in those cases....

A bunch of restrictions are now available for [token roles](https://developer.hashicorp.com/vault/api-docs/auth/token#create-update-token-role) that aren't supported by hvac yet: allowed_policies_glob disallowed_policies_glob token_bound_cidrs token_explicit_max_ttl token_no_default_policy token_num_uses token_period token_type

help wanted
auth methods
token

I was looking into why the index of ara takes so long to load (2s on good days) and I found that ara does 7 queries per playbook displayed in...

## What is the idea ? Following the spirit of #71, it would be nice to install the callback and ansible modules using collections rather than through pip. Currently, I...

packaging

## What is the issue ? The default `subset` label created when a play is limited via `--limit` can contain ampersands, which means, when clicking on the label, we always...

bug
UI

## Summary When using the cli, instead of specifying a path and entering your password every single time you interact with a database, connect to the running keepassxc using the...

new feature
feature: CLI

Odoo will already use those values, passing them through the command line is not necessary. Note that if the values are not found in the config, the environment or default...

**Is your feature request related to a problem? Please describe.** We use external auth to connect to postgres (think ldap, pam, etc.), when connecting, the password is sent in clear...

enhancement