Danylo Hlynskyi

Results 29 comments of Danylo Hlynskyi

this fails activation on NixOS, so does in container ``` services.postgresql.enable = true; services.postgresql.extraConfig = ";"; ```

This is what I get when do activation with faulty configuration in NixOS: ``` activating the configuration... setting up /etc... reloading user units for danbst... setting up tmpfiles reloading the...

I also take back my words to mention `journalctl -M` - no need, all it's output is available in host machine journal too.

the problem occurs when system and Nix glibc versions mismatch. In particular, v2.26 system and v2.30 in Nix will cause this error on every template haskell usage.

I've solved this issue by using ``` system-ghc: true install-ghc: false skip-ghc-check: true ``` in `stack.yaml` and running everything from within `nix-shell`.

I've started using Pyxel in introduction Python course for 8-9-10 grades in a private school in Kyiv, Ukraine. Pyxel is planned to be used for a yearly project. Previously I...

I'm a random stranger here... If you don't target native Windows, then you may consider using [Nix](https://nixos.org/nix/) and `nix-shell` for development shell setup. I can invest some time to provide...

initial implementation https://github.com/vmware/differential-datalog/pull/555. Answering your questions: > How does Nix co-exist with apt? The same way as Docker or Snap coexists with `apt`. It just manages everything in a separate...

Here is what I get ![image](https://user-images.githubusercontent.com/743057/115951722-fd113d00-a4ea-11eb-8ef3-cb7e6bb5f9fb.png) This points to correct guess, but note how all files in `HO` directory are squashed across search result: ![image](https://user-images.githubusercontent.com/743057/115951731-0dc1b300-a4eb-11eb-83a5-05f114bceed3.png)

what I have missed from documentation, was hotkey description of how to add, edit, remove entries in each list. For example - home list: add -- ..., remove -- `f`,...