Neil Mayhew
Neil Mayhew
It's not clear whether this library is subject to the same exponential blowups as other RE implementations. Adding a note in the README would be very helpful. This seems particularly...
Since #589 was merged, sqitch now requires the registry database to exist before it can deploy. I believe the problem lies in `lib/App/Sqitch/Engine.pm` at lines [191](https://github.com/sqitchers/sqitch/blob/develop/lib/App/Sqitch/Engine.pm#L191) and [229](https://github.com/sqitchers/sqitch/blob/develop/lib/App/Sqitch/Engine.pm#L229). I think...
Closes #4054 # Description This eliminates the anomalous possibility of a `Left` value containing no failures, which we can't treat as a success because it doesn't contain a return value....
# Description * Fix nightly build failures * Allow simulating a nightly build when manually triggering a build # Checklist - [x] Commit sequence broadly makes sense and commits have...
The instructions given during the process say, "if asked for a hostname, enter @". However, this will overwrite the SPF record for the domain. A better approach is to add...
The formula given is ``` pizzas = (cheese_dimension^3) / (thickness * PI * diameter) ``` It should be: ``` pizzas = (cheese_dimension^3) / (thickness * PI * (diameter/2)^2) ``` The...
FYI, some of the test suite files weren't included in the Hackage upload. The `other-modules` change fixes that. It would be great if you could release and upload a new...
This will make `latest` equal to `3.4.0.0` instead of `3.2.0.0` which will avoid unnecessary downloading since the build runner has 3.4 installed. --- This change is [](https://reviewable.io/reviews/actions/setup-haskell/46)
# Description Remove golden tests of functionality that is now in ledger and has golden tests there. This should be merged **after** #5772 # Checklist - [x] Commit sequence broadly...
# Description These instances were added to ledger in IntersectMBO/cardano-ledger#4250. This PR shouldn't be merged until node is updated to use the corresponding versions of the ledger packages. The golden...