cljs-dev

hifumi123 2023-06-05T07:40:43.675779Z

Not sure if first-party libraries are considered on topic for here (if not, I don’t mind deleting this message and reposting in the appropriate channel). With that said, what’s the current blocker on https://clojure.atlassian.net/browse/DCSV-13? I assume there is something to nitpick about IStringBuilder given that goog.string.StringBuffer exists and has the exact functionality needed by the CLJS implementation. But besides that, I’d like to nudge attention to this since I’ve recently found myself in a situation where I want data.csv in CLJS 😄

slipset 2023-06-05T08:58:33.747649Z

As the author of both the issue and the patch, I’ve sort of just left it there for @jonas to move it forward.

slipset 2023-06-05T08:59:03.726719Z

I’m not using csv with clojurescript any more, so my itch has somewhat disappeared.