Jay Hayes
Jay Hayes
Nice! Excited to see what you come up with. Haven't seen a lot of Elm yet, but hopefully I can be of some help :)
💫 😄
I've come up with a "fix" for this, but I'm treading in unknown waters, so I'd like to get some input. ## What I've Learned Orders included in scopes attached...
Btw, I'm happy to work on this more for the final fix with some direction. Always down for pairing too :smile:
According to [the docs](https://hexdocs.pm/elixir/Kernel.html#in/2) the `in/2` "operator" is simply a macro that translates to `Enum.member?/2`. I would say that the koans should _teach_ this if possible, so rather than simply...
That seems useful to me! Maybe even something about the new calendar types?
I dug in a little bit on this. The error originates [here](https://github.com/elixir-lang/elixir/blob/eb5679bfcc9bd35c4c016e91745b4a1a4d43356a/lib/elixir/lib/code.ex#L1147). It ultimately seems that [`:elixir_utils.read_file_type`](https://github.com/elixir-lang/elixir/blob/887e8f2633b361200843924e597edf36d38d2ed9/lib/elixir/src/elixir_utils.erl#L66-L73) doesn't handle these characters well. I don't have time to dig in any...
Fun times 😅
Thanks for the report! It's probably high time that some of the maintainers give a run through the Koans to think about the journey again. It's hard to intuit these...
Hmm ya, I see what you mean. I feel like even this example might lead the learner to believe that the function is executed each time rather than being a...