Daniel Gorin
Daniel Gorin
It looks that output is printed in the stdout which is only available if hpage is launched from the command line. Input/Output should be taken from a new "console" window...
At the moment, if you run the server with `asyncUpload.enabled=false`, you can still get a transfer interrupted due to "too many pending uploads". This can happen, if the size of...
I ran into the same problem as reported in https://github.com/typeable/nixpkgs-stackage/issues/38#issuecomment-450816896: `lens` failing to build with a "serious configure-time warning from Cabal " error. I think the problem is that the...
The function `configureCabalFlags` uses a list of packages that should be called with certain flags when passing them to `cabal2nix`. For example, for `hslua`, it specifies that it is to...
The output of `haskell-packages/default.nix` at the moment looks something like this: ```haskell { nixpkgs ? import {} }: with nixpkgs; let ... in callPackage (nixpkgs.path + "/pkgs/development/haskell-modules") { ghc =...
If the merge request has approvals and marge is not asked to reapprove, then after a rebase she won't be able to merge and will get confused / report the...
The complication is that we need to keep track which MRs were already notified about the embargo
Two small things: 1. Fix the README, there was an extra `configuration` that was misleading 1. Add a `description` to the `profiles` attribute, so `nixos-option networking.networkmanager.profiles` doesn't crash
Erlang comments start with `%`. This is correctly highlighted but the comment-line/comment-block commands don't work correctly.
**Describe the bug** When running a test specification that selects only certain tests to run, CT will create a separate directory per test, and the name of the directory seems...