Kirill Kuznetsov
Kirill Kuznetsov
```flow const pick = (obj: O, ks: K): $Pick => { const result: any = {}; const keys = Object.keys(ks); for (let i = 0, n = keys.length; i <...
I use haskell.nix for building haskell-language-server, that will be installed in NixOS via nixos-install --flake …. When I try to evaluate derivation, I get error: ``` building the flake in...
I have project with stack.yaml: ``` resolver: lts-14.7 packages: - '.' nix: packages: [ bzip2 icu libcxx lzma mysql80 pcre pkg-config postgresql zlib ] ``` When I use stack-to-nix, it...
I think an additional flag to the --rollback command line is needed
In my network github api rate limit always exceed. Please, add input for github api token for fixing this.