Jean-Philippe Braun

Results 10 issues of Jean-Philippe Braun

When a git source is used branch names are exposed in the tags list. For other source types, only "latest" is exposed. Fixes: #85

``` skopeo --debug inspect docker://nixery.dev/shell DEBU[0000] reference rewritten from 'nixery.dev/shell:latest' to 'nixery.dev/shell:latest' DEBU[0000] Trying to access "nixery.dev/shell:latest" DEBU[0000] Credentials not found DEBU[0000] Using registries.d directory /etc/containers/registries.d for sigstore configuration DEBU[0000]...

As of today I'm not able to build astroid or astroid-git on archlinux. Both packages fail on TestCompose test ``` ==> Starting check()... Test project /home/eon/.cache/yay/astroid/src/astroid-0.14/build Start 1: generic 1/17...

With a derivation generated by `pypi2nix` and with an empty nix store, `nix-env` fails: ``` nix-env -f default.nix -q -a error: cannot import '/nix/store/daxah6fdy30gb54s92qy3fp6d1hz78kh-source/overrides.nix', since path '/nix/store/07n6nx9pjaqals3d722ds1pr25w8zqaj-source.drv' is not valid,...

When the keyring package is configured and PassDir is empty it will default to ~/.password-store/. See https://github.com/99designs/keyring/blob/master/pass.go#L26 Closes #440

The parser consider only raw strings of the form `# ... #` but cue spec allows to use multiple `#` to define a raw string.

The polling mode was handling network deconnections but with the idle method mpDris2 does not detect if the connection is lost. Anyway mpDris2 does not crash on network deconection/reconnection and...

I'm following the readme to create new commits in a repo. It works well but changes are still present after the commit. ``` $ mkdir repo $ git init Initialized...

## Prerequsities - [x] I'm on the latest version of the plugin - [x] I've installed the required dependencies - [x] I've run `:h gitlab.nvim.troubleshooting` and followed the steps there...

bug

When a tab/window contains multiple chats buffers (splitted) only the focused/active buffer is marked as read. I'd expect that all visible buffers in the window are marked as read.