con-f-use

Results 169 comments of con-f-use

Again, "I prefer it that way" is not a sound and valid argument. So my point of view is: either the exact python version is crucial to the project and...

> Sorry for make you confused I thought that was my job! :wink:

It would still be nice to have an easier way to run a non-blocking command in a `.envrc`. Let's say, you do a `git fetch --all` there, and the remote...

gentle bump - how does one run a non-blocking command in `.envrc`? @zimbatm Is there something less clonky than ```sh systemd-run --user --same-dir --service-type=exec --setenv=PATH "$SHELL" ./t.sh ```

Just because I don't know where else to post: I'm having an issue on one of my systems with xonsh startup. Is there a way to profile? What happens is:...

For plain column's I'd argue that is the expected behavior, because how else would you display a divider. Something like ``` Field 1 Field 2 Field 3 Field 4 11...

Oh, thanks already for answering. I'm using `pinentry-gtk2 (pinentry) 1.2.1` with `gopass 1.15.5 go1.20.5 linux amd64` and `gpg-agent (GnuPG) 2.4.0`. I'll try the [`GOPASS_DEBUG_LOG`](https://github.com/gopasspw/gopass/blob/master/docs/config.md#environment-variables) and also `echo debug-pinentry >> ~/.gnupg/gpg-agent.conf`...

In the meantime, @fschulze, maybe you could help me with a workaround: I know, how to: - Get all the versions for a given package name and index - Find...

Thanks for the pointer, sadly I've never worked with pyramid which might make that too time-intensive. I think I might stick to the job that softlinks. I've written something that...

Correction: my approach doesn't work, because the original zip archives are stored somewhere and unpacked over whatever I manage to link. That didn't even occur to me, because why one...