nextjournal

2021-10-10T09:06:27.099Z

I can open issues in Github, if you prefer

mkvlr 2021-10-10T09:34:05.099900Z

@carsten.behring thank you, for now writing here is fine.

mkvlr 2021-10-10T18:11:49.100600Z

@daslu fixed, looking at another issue and then I’ll cut a release

mkvlr 2021-10-10T18:21:09.101600Z

@carsten.behring you issues are looking good now to, Clerk now falls back to showing the edn for things it can’t read:

mkvlr 2021-10-10T19:16:04.103800Z

I’ve just released Clerk {:mvn/version "0.1.174"}. Changelog: • Add viewport meta tag to fix layout on mobile devices • Fix showing maps & sets with inhomogeneous types Implement a resilient sorting that falls back to ranking according to default viewer predicates. This is heavily inspired by code from @thheller in shadow-cljs, see https://github.com/thheller/shadow-cljs/blob/1708acb21bcdae244b50293d17633ce35a78a467/src/main/shadow/remote/runtime/obj_support.cljc#L118-L144 • Show plain edn for unreadable results Thanks to @carsten.behring for the report. • Fix map entry display for deeply nested maps By making map viewer pass down modified options that selects the map-entry viewer. Thanks to @daslu for the report. • Fix live reload by using different dom id for static build • Add reader for object tag Thanks to @carsten.behring for the report. • Better function viewer showing name • Fix display of false results • Fix view when result is a function • Support macros that expand to requires Make detection much more solid by checking deps of the analyzed form. Thanks to @sritchie09 for the report.

❤️ 3
thheller 2021-10-10T19:16:08.104100Z

@thheller has joined the channel

Sam Ritchie 2021-10-10T19:16:08.104300Z

@sritchie09 has joined the channel

mkvlr 2021-10-10T19:17:26.105800Z

I’ve also updated demo repo to include a call to the static build api: https://github.com/nextjournal/clerk-demo/commit/ad93f857f3e5e55207c40bdd0d54b6b3de484874. (It’s a known issue that the back to index link is broken, will look into that for the next release)

2021-10-10T21:34:08.106600Z

Very impressive improvements. Playing with some dataset and vegalite plots feels very good.

👍 1
💯 1
2021-10-10T21:40:19.108200Z

One feature I would enjoy as well is the ability to "hide" the code on a global or per expression base. In notespace we have used meta data for that.