RJ Dellecese
RJ Dellecese
Some examples that should be included: - What to do when you run out of `map` functions (use intermediate types to `map` in chunks and then put it all together,...
Thanks @mgwidmann, that's a great suggestion! I think that will be a common question that people will have. I'll make sure that these example applications cover that case, too. If...
@chazsconi unfortunately that kind of approach isn't currently possible in Gleam, as Gleam doesn't have auto-currying! I'm not actually sure if "auto-currying" is the formal term, but let me try...
When I run this version of the script on MacOS it works (the tests run), but it re-raises the issue that https://github.com/lpil/mix-test.watch/pull/106 was intended to address—that is, it doesn't kill...
Hey @CrowdHailer, thanks for checking this out! To get you started right now, here are the functions available for encoding in the Hex docs: - [encode](https://hexdocs.pm/gleam_jsone/gleam/jsone/#encode) - [array](https://hexdocs.pm/gleam_jsone/gleam/jsone/#array) - [bool](https://hexdocs.pm/gleam_jsone/gleam/jsone/#bool)...
The problem described by this issue hasn't been resolved, has it? If not, it seems to me like this issue should remain open.
I realize that this is basically a `:+1:` comment, so apologies if it's unwelcome, but I also just ran into an occasion where I would have liked a function like...
I'm working on a different project and I once again found that I would have loved to have this function. Should you find the time to merge https://github.com/wernerdegroot/listzipper/pull/29 @wernerdegroot, I...
It actually seems like this happens for other parsing errors in `elm.json` too, e.g. for the lack of a `"license"` attribute.
Fantastic points! I'm going to try to state as concisely as I can all of the issues at play here. 1. There are some styles that cannot exist simultaneously on...