Niall Dooley

Results 170 comments of Niall Dooley

Yes, generating the key and using this command now works. Not sure why it didn't for me before. It was failing on both github and gitlab so I had assumed...

I get a similar error message on Debian stable and Trezor suite 22.9.3. I do not include the `--no-sandbox` option though when launching Trezor suite. ``` libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init...

I too experienced this error. The suggestion by @chuxubank removes the error. However, @l3kn `C-h f` does not find any `org-fc-awk-*` functions for me. My `org-fc` config is as follows:...

@Diaoul am I right in that your solution requires you to `cd` into an out of the directory after first generating the `pyproject.toml` and then again after using `poetry install`...

I have the latest (stable) `poetry` v1.2.2 installed and `poetry init` creates the `pyproject.toml` but does **not** create the virtual environment at least not for me. I'm only just learning...

@penyuan the wiki has a solution [here](https://github.com/direnv/direnv/wiki/Python#bash). The suggestion to use `autovenv` in a `direnv` issue thread is bizarre as it is python specific and a main selling point for...

To add to this discussion I would like the asdf completions to also be XDG compliant and thus reside under `$XDG_DATA_HOME/bash-completion/completions/asdf/` or `~/.local/share/bash-completion/completions/asdf` if `$XDG_DATA_HOME` is not set. I presume...

> From @brennanfee on #844: > > > I would STRONGLY encourage that #687 be updated to refer to and use XDG_CONFIG as its implementation. Given that it has become...

May I ask why POSIX compatibility isn't desired?

No, I appreciate why you opened this issue. I'm just learning to programme and presumed it was always desirable to be POSIX compliant with one's shell scripts.