Simon Wachter
Simon Wachter
I've been doing backups on a cifs mount for a while without any issues (`[email protected]`, `cifs-utils@2:6.14-1`, `[email protected]`, Ubuntu if that matters). However, when trying out 1.2.0, I encounter a rather...
When deploying a Virtual Server resource with the following TLS config : `yaml host: test.example.com tls: redirect: enable: true ` With an ingress configured with a `wildcardTLS` secret valid for...
When doing async operations (Observable, setTimeout, ...) in a component init, the code executes as expected but the view doesn't get updated. Reloading the component by changing route works as...
I installed `dgr` with exec permissions restricted to a dedicated group and set the `setuid` bit on the binary, hoping this would spare me the `sudo` stuff. Even though, `dgr`...
- `nvim` `v0.7.2` - `packer` 90b323bccc04ad9b23c971a85813a1405c7725a8 Using a plugin name that is a reserved word in lua breaks the `packer_compiled.lua` file. ```lua use { 'tpope/vim-repeat', as = 'repeat' } ```...
`name` is equal to `plugin_spec.as` when the latter is set by `get_plugin_short_name()`. The conflict check against the alias is thus redundant. Dropping this allows plugins to require aliased plugins, see...
Referencing a dependency by its alias currently doesn't work. ```lua use { 'some/dep', requires = { 'other_dep' }, } use { 'other/dep', as = 'other_dep', } ``` Looking around, it...
Properly escape table string keys that are lua keywords. Backported from neovim/neovim#19898
### Is your feature request related to a problem? Please describe. When decrypting a file with multiple recipients for which APS has the secret key: - The password prompt does...
## Expected Behavior Given a message encrypted to multiple recipients, I'd expect OKC to prompt me for which key to use for decryption if it knows multiple secret keys from...