Sandro

Results 683 comments of Sandro

> Insecure setup That setup is not insecure if TLS is handled by another reverse proxy. Titling this like this is just confusing. Of course you most likely need to...

> I can confirm that the problem is with the -l flag and still exists. I have same issue with Arch and Manjaro. It works on Debian 10 though (all...

> -l flag is for linux console (the one you get with Ctrl+Alt+F3). You can't use it with graphical terminal emulators. Does not work their either.

> I think this bug report along with #85 arise from a misunderstanding of the feature and poor documentation in the --help and manpage, rather than from an actual bug...

For bash: ```bash complete -F _nix_completion nom-build ``` I already started something https://github.com/hedning/nix-bash-completions/pull/16 but I can't remember if that fully worked or was half broken.

> I have just tried that command in a quick bash I started. That apparently didn’t work. Not sure what’s wrong. Either bash-completion loads things async and you first need...

I prefer this one over #87 because it is not as bright and desaturated. Good work :+1:

I would recommend to not implement every setting in home-manager and just use a freeform type. Also managing static configuration files with home-manager adds an extra layer of abstraction which...

> I'm wondering what is the declarative configuration Broken down it means that you are describing your entire system front to back in a programming language rather than actions to...

I have the following awk version ``` awk --version GNU Awk 5.1.1, API: 3.1 ``` I hope that would be new/good enough and it is compiled with the right options....