Barry Moore

Results 19 comments of Barry Moore

I was testing this out and it seems nearly impossible to click atoms in the manipulate tool. Therefore when using the manipulate tool new users feel like it is exactly...

Could you merge most recent master @eviefp? I think I fixed the GHA

Putting this here for myself: https://hackage.haskell.org/package/relude-1.0.0.1#get-started

I can add `Data.Text` support to `diamond`. I am working my way through the exercises and I don't want to contibute to ones I haven't completed. That being said, the...

I will work on `twelve-days` next.

Looks like this PR died, but feel free to open another if you start up again :smile:

@tsloughter I don't think the checks will ever run on this (or eventually will fail). I put up #74 which may get them to start running again.

@erszcz interested in trying to pick this up. Do you have any suggestions on where to start?

Why is this supposed to work? https://github.com/rabbitmq/ra/blob/9be1971ccd6a55c8e030a903a82060ffc85dfe22/src/ra_server_sup_sup.erl#L49C9-L49C9 Wouldn't this need to describe the possibility of `{'EXIT', _}` as a return?

Ohh, I guess this is just how catch behaves. I am basically trying to make a smaller example, ``` -module(case_catch_expr_pass). -export([bar/0]). -spec foo() -> ok | no_return(). foo() -> throw({issue,...