reveal

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
fingertoe 2020-12-16T05:00:03.423500Z

@fingertoe has joined the channel

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
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

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

(and I showed sorting of map keys in table view @genekim 🙂 )

🤯 1
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.

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!)