reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
wilkerlucio 2020-12-16T02:26:09.422900Z

genekim 2020-12-16T05:09:11.427700Z

I often found myself wishing map keys were sorted as well โ€” Iโ€™ve been learning how Fulcro and Fulcro RAD work, trying to make sense of the huge env maps being passed around. It would have been easier to make sense of the database connections and configs had they been next to each other. Funnily enough, I was about to make the same suggestion as @wilkerlucio about not truncating the keys, because it was impossible to distinguish those two keys! ๐Ÿ˜‚๐Ÿ˜‚ Thanks for all your great work on Reveal!

seancorfield 2020-12-16T05:31:32.429Z

Several folks asked questions about Reveal in tonight's talk: quite a few people hadn't seen it before and seemed impressed with what I showed off (table view, inline browsing of documentation for Java classes and Clojure functions).

๐ŸŽ‰ 3
2020-12-18T04:05:20.473Z

Did this talk happen to be recorded?

seancorfield 2020-12-18T04:45:04.473200Z

@sjharms Yes, but I'm giving the same talk/demo to the London group on January 12th and I asked the Provo group to hold back the recording until after that group.

1
seancorfield 2020-12-16T05:32:07.429500Z

(and I showed sorting of map keys in table view @genekim ๐Ÿ™‚ )

๐Ÿคฏ 1
seancorfield 2020-12-16T05:33:02.430500Z

I was showing Ring request maps mostly which can be big and gnarly.

seancorfield 2020-12-16T05:33:58.432300Z

(I forgot to show the new multiple result panel feature, drat! I'll try to remember when I do this talk again in January!)

genekim 2020-12-16T05:34:19.432700Z

So great! I canโ€™t wait to watch the video โ€” because I loved watching your video where you fixed a big in memoize, and totally blew me away showing REBL.

seancorfield 2020-12-16T05:35:53.432900Z

Provo have agreed not to post it until after the London talk, January 12th. We ended up running over 2 1/2 hours.

seancorfield 2020-12-16T05:38:00.433100Z

As much as I'll be interested to see how REBL continues to evolve, the ability to customize Reveal so extensively is a huge win, in my book.

vlaaad 2020-12-16T07:00:29.433600Z

Awesome, I wish I could join it! I'll attend January talk that better suits my time zone

wilkerlucio 2020-12-16T22:53:57.435800Z

@vlaaad is it hard to make the table views also support the nav protocol? currently I can nav from the map, but not from the table view

vlaaad 2020-12-17T10:40:08.436200Z

Good question. I think itโ€™s possible, but not in a general way, since navโ€™s dimension is 2xN (k + v by N items in a coll), and table is MxN (any number of columns per N items in a col).

vlaaad 2020-12-17T10:40:42.436400Z

In some cases it should be possible though, Iโ€™ll add it to my todo list for exploring

๐Ÿ™ 1