Peter Becich

Results 200 comments of Peter Becich

Can this be re-opened? I believe it still occurs on 1.3.5. I will respond with some better evidence.

I have also seen this here which uses GHC 9.2: https://github.com/haskell-beam/beam/pull/650 The errors can be seen with `nix-build release.nix` ------------------- @gelisam helpfully directed me to look more closely at the...

Is `Cabal-3.12.0.0` sufficient? This is already available in `nixpkgs`. I am trying to update `nixpkgs` to 3.12.1.0 here: https://github.com/NixOS/nixpkgs/pull/324424

I think I've answered my own question; no: https://github.com/DeterminateSystems/update-flake-lock/blob/db4ee38117a597ea8df8f7f75a187dd65093eade/src/index.ts#L65

Can some effort be saved by integrating this GitHub Action with the Dependabot? https://github.com/DeterminateSystems/update-flake-lock

This would be very nice. I have wasted some time not realizing `/tmp` is full. Could be implemented similarly to MySQL: ``` MySQL said: Can't create/write to file '/tmp/MLX3o6NG' (Errcode:...

Good idea, duplicate to https://github.com/haskell/hackage-server/issues/1329

For the simplest solution, cannot all these tarballs just be re-generated with the latest CSS? This would not require an architectural change. Perhaps an "invisible" revision published for every package.

The immediate issue caused by https://github.com/wimpysworld/nothing-but-nix/issues/39 is solved. However, there are other problems with the Nix Flake on Mac.

@LaurentRDC , this PR makes the example schema usable. The user must provide the instance of Postgres to target. It also generates random data to populate the database with rows....