Barry Moore
Barry Moore
This appears to break the syntax highlighting, ``` disambiguate
I was trying out `pgo` for the first time and was getting some really difficult and massive error messages. Luckily, I found this: https://erlangforums.com/t/getting-errors-connecting-to-postgresql-reason-for-termination-error-badmatch-undefined/1760. Here, I am adding a very...
I got this failure message. In theory, CI may pass if you update the runners. 
Hey Jonathan, During my stream, I came across your solutions thanks to one of my viewers. I think the implementation [here](https://github.com/JonathanLorimer/book-of-monads/blob/c139e2628b65ba6360b06af031e7128d26795c9f/exercises/src/CH13.hs#L258) would go into an infinite loop. The solution [here](https://github.com/barrymoo/book-of-monads/blob/master/chapter13/src/Freer.hs#L92)...
Two notes - Requiring specific `panic` messages for the errors is a little annoying - Technically this is wrong `Title cannot be longer than 50 characters` , from https://doc.rust-lang.org/std/string/struct.String.html#method.len ```...
I have this issue after upgrading my fork. ``` error: manifest path `exercises/04_traits/05_str_slice/Cargo.toml` does not exist ❌ (04) traits - (05) str_slice ``` I only noticed this because of https://rust-exercises.com/04_traits/05_trait_bounds....
https://github.com/ikalnytskyi/action-setup-postgres/blob/687404e7b78b0b3471751635e69f70d54a09d6e7/action.yml#L127 Hello, I am trying to use this action to set up `dbmate` and getting the following ``` panic: setting PGSERVICEFILE not supported ``` It might be nice to disable...
See https://github.com/ceedubs/unison-nix/issues/97
If you change this to `America/New_York` the test will fail. My machine by default was set to that.
I had this issue on my OSX machine which was set to `timezone = 'America/New_York'` ``` %%% pgo_datetime_SUITE ==> erl_datetime.select: FAILED %%% pgo_datetime_SUITE ==> Failure/Error: ?assertMatch(# { command := select...