Solomon
Solomon
I'm running into this same issue.
Hi @alexpeits I'm looking into using HKDs for configuration parsing in a project. I would need commands in the arg parser and to make the arg parser able to be...
> I meant to keep this library as simple as possible (and show how good haskell is, even when not using fancy extensions), but on the other hand, mtl is...
> For the tutorial purpose, I wonder if we could expose a `createWithSession` version of the `createSession` which would return the runMatrix helper directly, so that the documentation would become:...
> Similarly, it might be good to expose a `try` helper to remove the except layer, so that api calls that are expected to fail are easy to catch, e.g....
I haven't worked on this project in a while but I should have some time coming up in a few weeks. Is there anything y'all would like me to do...
Oh these are all great suggestions. I'll put together a PR this week. I'm not sure why I didn't put `login` in `MatrixIO` to begin with.. so we want: 1....
> Thank you for the feedback and the contributions, the cofree-bot looks great! Thank you! > For example, a cache aware interface could take a `IO LoginCredentials` action as a...
> I had not. At first glance it seems really promising. Though the lack of documentation worries me slightly. FYI, Cofree Bot is a project a few friends and I...
This is great, thanks for getting the ball rolling! Targeting `GRIN` initially is a great idea. It would let us focus on Core and Hask and then return to backends...