This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-11
Channels
- # announcements (15)
- # aws (11)
- # babashka (13)
- # babashka-sci-dev (2)
- # beginners (63)
- # calva (20)
- # cider (9)
- # clj-kondo (27)
- # clojars (3)
- # clojure (34)
- # clojure-art (4)
- # clojure-europe (21)
- # clojure-filipino (1)
- # clojure-indonesia (1)
- # clojure-my (1)
- # clojure-nl (11)
- # clojure-norway (10)
- # clojure-sg (1)
- # clojure-spec (4)
- # clojure-uk (4)
- # clojurescript (5)
- # cursive (8)
- # deps-new (2)
- # events (1)
- # exercism (2)
- # fulcro (44)
- # graphql (6)
- # gratitude (1)
- # introduce-yourself (1)
- # jobs (3)
- # leiningen (5)
- # lsp (26)
- # membrane (18)
- # missionary (9)
- # off-topic (1)
- # pedestal (4)
- # portal (1)
- # quil (24)
- # re-frame (17)
- # reagent (5)
- # remote-jobs (2)
- # reveal (3)
- # spacemacs (4)
- # tools-build (1)
- # tools-deps (12)
@borkdude Have you ever tried the transit+msgpack format (I know that transit json works) in babashka? Getting reflection errors from MsgPack when trying to initialize
The MessagePack library isn't included in bb, can you tell more about your use case for it?
We store some data using transit+msgpack and gzip on s3, and I was looking for a way to “unpack” it without having a JVM repl going.
Oh, this one supports it: https://github.com/markus-wa/cq
Sorry to bring an old thread back to life, but it looks like cq only supports transit+msgpack
when using the JVM release, not the one built with babashka. Same reflection errors as when trying to use transit with msgpack directly from babashka.
My usecase is to review wire protocol messages for datomic when using http.
I see. I think I'd like to support this in #jet first. Feel free to create an issue there on Github
jet would be perfect. I’ll create an issue there. Thanks!
@U0394DH0S3W I wasn't aware transit+msgpack doesn't work for cq via GraalVM Could you open an issue there as well and I'll investigate 🙂 (PS: cq is still not built with bb but directly with Graal because I keep not getting around to doing that)
I'm considering to add clojure.data.priority-map
to babashka which will also make loom compatible with bb:
https://github.com/aysylu/loom