Fork me on GitHub
#membrane
<
2023-10-11
>
zimablue16:10:57

Ahhhhhh just had a nice bug because the -key-press calls mapcat and I used a side effect in an "on" handler without ever forcing evaluation of the intents in the top-level-handler. Self-inflicted from me. I dunno cljs default chunking, it worked up to 4 elements then failed (???)

phronmophobic18:10:05

Yea, I'd like to update the event handling where it uses lazy seqs to use more eager options at some point since that's generally more efficient.