Frédéric Menou

Results 8 issues of Frédéric Menou

When trying to build it, it does indeed fail on tests: ``` $ NIXPKGS_ALLOW_BROKEN=1 nix-build '' -A haskellPackages.biscuit-haskell ... truncated ... Running 1 test suites... Test suite biscuit-haskell-test: RUNNING... biscuit-haskell-test:...

`package-lock.json` format has been upgraded to version 3, with most noticeable change: `dependencies` attributes doesn't exist anymore and node2nix should rely on `packages` instead. `packages` is present since at least...

Details to be submitted later

The progress bar is messing up the logs in Travis. Maybe could we disable the progress bar when running in a pseudo terminal, either by environment detection or by explicit...

enhancement

Spago Next has been [announced recently (September 2023)](https://discourse.purescript.org/t/announcing-spago-next-a-purescript-rewrite-registry-support-and-more/3737), and at least one breaking change is the switch from Dhall to Yaml. I haven't reviewed it yet and maybe the CLI...

When adding duration formatting to an existing elixir application, I've encountered this dialyzer error: ``` lib/cldr.ex:1:overlapping_contract Overloaded contract for Transport.Cldr.Calendar.localize/3 has overlapping domains; such contracts are currently unsupported and are...

When switching to Lix (by adding the Lix nixos module to my nixos), nix-serve-ng fails to compile with the following message: ``` Error: Setup: The pkg-config package 'nix-store' is required...