davidak
davidak
Here i have a (private) file where dit don't show every line. Similar behavior in both Terminals.  left: dit, right: vim
i think that shouldn't happen, but i ask... could it be a problem that we use ncurses 6.0-20171125? maybe we need a fix like this? https://github.com/NixOS/nixpkgs/commit/8afcfb2bb6681c56ecf21e056d91d6748d953997
There is [EditorConfig](http://editorconfig.org/) for per-project configuration. There is actually one in the dit repo. We should use that when available. There is a [C library](https://github.com/editorconfig/editorconfig-core-c#readme). When i understand correctly, you...
I would prefer a universal solution where you can specify a command that outputs the password. This way other popular password-managers are also supported.
Yes. I set up streaming replication (async) with this role and it works just fine. Have a look at the vars: https://github.com/ANXS/postgresql/blob/master/defaults/main.yml#L203 I used this tutorial for orientation on the...
https://www.dict.cc/ has recordings, but they are not open. Maybe you can convince Paul to publish them under an open license. It is made by the community after all.
>Afaik one of the main uses for Common Voice is to demonstrate pronunciation in Wikipedia thinking The main use for Common Voice is training speech recognition software like https://github.com/coqui-ai/STT. It's...
> are Nix, `nixpkgs`, and NixOS one thing or separate projects? Nix + nixpkgs and NixOS are separate products from a users perspective you can use nix without nixos you...
>make clear that NixOS package manager works everywhere. that name makes it not intuitive and cause confusion
i think it would be best to have [nix.org](https://nix.org/) for the package manager + resources about nixpkgs and nix lang and [nixos.org](https://nixos.org/) for the linux distribution + deployment tools for...