Robert Hensing
Robert Hensing
This fixes file completion in cases where a virtual environment with a non-interactive bash is loaded with direnv, nix-shell or similar. It solves the error: $ mycommand --file bash: compgen:...
Should be a matter of adding to https://github.com/NixOS/cabal2nix/blob/b4d893ed1a7a66b0046dd8a48f62b81de670ab02/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs The pkgconfig lib name is `bdw-gc`. The Nixpkgs package is `boehmgc`. We don't currently seem to have a package that needs this.
Considering that haskell package updates aren't single commits but batches of multiple package updates in a single commit, what is the workflow for backporting updates? For instance, I need to...
Tomland version 1.3.3.1 can fail the test suite. See https://hercules-ci.com/accounts/github/hercules-ci/derivations/%2Fnix%2Fstore%2F9d2d9x2493b8lj680qwpd6n42ppz7qa5-tomland-1.3.3.1.drv/log?via-job=8854a963-a984-497a-a080-b609e1db77e2 Platform: aarch64-darwin Nixpkgs revision: https://github.com/NixOS/nixpkgs/pull/163303 at https://github.com/NixOS/nixpkgs/pull/163303/commits/37ed97a969ab5a532ae6e971987edadbed619a80 Error message: ``` Failures: test/Test/Toml/Codec/Combinator/Common.hs:39:5: 1) Codec: unit and property tests for bidirectional...
When CSRF is enabled, servant-auth-server will set the cookie on *every* response. The following will happen in the browser with concurrent requests: 1. Request A is performed by the browser...
Is it feasible for dnsname to listen at 127.0.0.11? This address is used by docker and some containers assume this to work, hardcoding the address. On podman otoh, places the...
1. Search for the docker package 2. [Find it](https://search.nixos.org/packages?channel=unstable&show=docker&from=0&size=50&sort=relevance&type=packages&query=docker) 3. Read the instructions for NixOS: `nix-env -iA nixos.docker` 4. Docker doesn't work Many packages should be installed as system services....
Ormolu formats to this code, which isn't very clear: ```haskell y = do _
`rel8`, a competing library, supports "tree-like queries", which seem to be a nice way of retrieving data from related tables without having to mess around with left outer joins. At...
Hi, According to the [`beam-core` haddocks,](http://hackage.haskell.org/package/beam-core-0.8.0.0/docs/Database-Beam.html) > More complicated strategies (for example, Postgres's COPY) are supported in individual backends. I was unable to find this in the `beam-postgres` docs. I've...