yada

2019-02-06T15:57:30.393100Z

Is it possible that Yada doesn't support metadata with transit?

2019-02-06T15:58:28.393900Z

Browsing the source I don't see {:transform t/write-meta} like in the transit tests. https://github.com/cognitect/transit-clj/blob/master/test/transit/test_with_meta.clj

malcolmsparks 2019-02-06T16:00:15.395900Z

It's possible. The transit code was contributed quite a long time ago. I didn't actually know of the metadata feature. Feel free to fork the extension.

2019-02-06T16:00:53.396300Z

Thanks, I'll give it a look.

2019-02-06T19:03:34.398200Z

Yup, tested and it works by adding {:transform transit/write-meta}. 🙂

👍 1
malcolmsparks 2019-02-06T19:41:29.398600Z

Send a PR!

2019-02-06T19:42:26.399Z

Really? Isn't it a breaking behavior?

dominicm 2019-02-06T20:06:06.399300Z

why is it breaking? :thinking_face:

2019-02-06T20:12:44.400600Z

Currently the metadata is stripped. With this change the server automatically sends the metadata, even if it's a huge map.

dominicm 2019-02-06T20:13:24.401Z

old programs will continue to work though I suppose.

➕ 1