Joel Kaasinen
Joel Kaasinen
For posterity: it seems like there are two things we could fix here: 1. make the `:map-of` vs `:map` thing work in CLJS as it does in CLJ 2. support...
I managed to verify via strace that the process is indeed waiting for entropy: ``` $ sudo strace -p 24260 | tee strace.log strace: Process 24260 attached read(16, "\234\30\3040\234\22", 7)...
just adding a quick note: - this is on openjdk 8 & 11 - running java with `-Djava.security.egd=file:/dev/urandom` fixes the immediate problem
I checked the hlint warnings for the SetX.hs files, and I didn't see anything I'd like to change. Would you like it if I added a `.hlint.yaml` file that disables...
I wasn't aware of that. I'll change the exercise if somebody else brings this up as well.
yeah that's a good point. we'll change the exercise when we do a bigger update for the course – changing the name of the function to define will break people's...
That's a nice idea. Do you remember which hints were the worst spoilers?
Good stuff. I'll need to think about how I want to incorporate this into the material. I'd rather not talk (at this point) about performance too much, but rather about...
Thanks for the feedback! I've tried to carefully always link to the right version of the docs from the course material, but perhaps I should also add a note telling...
This is hurting my workflow as well. The stack trace shows the right file & line information, so why does CIDER jump somewhere else?