Alexandre Essteves
Alexandre Essteves
https://github.com/obsidiansystems/rhyolite/issues/200 turned out to be caused by the test not being yet finished in time. Duplicating the delay here https://github.com/obsidiansystems/rhyolite/blob/151649c516061dc766d46b526aba068274f7e0e6/beam/task/backend/test/Test.hs#L254 consistently yield test success for me. FWIW, I'm running Ryzen...
``` $ git rev-parse HEAD eb9b8aee369f88eff5c5aa70af55518ce0b55e90 $ nix-build -A proj.shells.ghc ... No database migration required, continuing startup. runs parallel taskWorkers on a number of tasks FAILED [1] Failures: test/Test.hs:257:11: 1)...
## Description of changes Won't have access to a machine with a case sensitive filesystem for a couple days, so tweaked `hackage-packages.nix` manually as I can't run the regenerate script....
## Description of changes Won't have access to a machine with a case sensitive filesystem for a couple days, so tweaked `hackage-packages.nix` manually as I can't run the regenerate script....
Fix typo
When trying to consume the output of [/block](https://kepler.dev/haddocks/hs-tendermint-client/Network-Tendermint-Client.html#v:block) I hit the following error ``` : parseTimeOrError: no parse of "2024-05-02T01:47:36.734781Z" CallStack (from HasCallStack): error, called at libraries/time/lib/Data/Time/Format/Parse.hs:124:15 in time-1.12.2:Data.Time.Format.Parse ```...
TODO: - [x] Build libs - [x] Setup nix-shell for incremental builds - [ ] Build nameservice tests
This message confused me for a bit because I thought it was coming from jsaddle. `setInitialRoute` only gets called by `runFrontend` and only when not running under ghcjs so it...
I have: - [x] Based work on latest `develop` branch - [ ] Followed the [contribution guide](https://github.com/obsidiansystems/obelisk/blob/develop/CONTRIBUTING.md#submitting-changes) - [ ] Looked for lint in my changes with `hlint .` (lint...
Ran into a non-urls usecase where I wanted to use `([Text], ByteString)` instead of `([Text], Map Text (Maybe Text))` and realized the groundwork for #989 allowed me to use `([Text],...