Erik Svedäng
Erik Svedäng
Thanks for reporting! The message is correct (we need an interface implementation of str for chars) but the hang is obviously a bug.
So if the composed functions produce a Nothing/Error in the middle of the chain, it is _not_ aborted? (I didn't read the code very properly the first time, it seems)
OK; thanks for the clarification. I have a feeling people will expect these to be monadic.
I see. I think the threading macros should do the same thing on each "step".
Yes, let's try that.
Yeah, I agree it's often hard to import things selectively in a good way. Moving `str` to each individual module could potentially help a lot, but maybe it leads to...
I think this suggestion makes sense. Supporting C++ would definitely be nice, since it's such a common language for useful libraries. Prefixing sounds good.
Yeah, that would be nice. Do you have any idea for what syntax to use for this?
Yeah, let's make this change 👍
Interesting findings! We definitely need to get to the bottom of this to enable a nice developer experience.