fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
2020-10-03T05:23:26.107200Z

the new and improved inspect is really nice! any chance we can get the RC2 on chrome release? Really like the element picker 🙂

2020-10-03T05:35:48.108400Z

Found two small issues, the index explorer doesn't work anymore, and tempids don't work yet. I might have to update some code wrt the new transit type support?

tony.kay 2020-10-03T15:06:54.109500Z

@bbss Hm…tempids should be ok…don’t work in what way? Index explorer: I didn’t write that or touch it in this release, so I’m not sure why that would be. The known issue I know is that the history slider isn’t “quite right”

tony.kay 2020-10-04T17:41:26.120800Z

Hm, strange. I wonder if I forgot to install the tempid transit handler in the custom types by default. Inspect should handle anything that is legally encoded in transit now.

tony.kay 2020-10-04T18:16:48.121400Z

@bbss please try Fulcro 3.4.3-SNAPSHOT with the 3.0.1 Chrome I just uploaded to releases. https://github.com/fulcrologic/fulcro-inspect/releases/tag/chrome-3.0.1

tony.kay 2020-10-04T18:17:56.121600Z

I did change the way I install Fulcro tempid transit handlers in that update to Fulcro, so make sure it looks right for regular code as well…e.g. that a tempid works properly full stack. They seemed to for me, but I’d like validation.

2020-10-08T05:06:01.201800Z

@tony.kay confirmed, works with 3.0.1.

đź‘Ť 1
tony.kay 2020-10-03T15:07:40.110300Z

I also didn’t realize the chrome extension didn’t have the picker…not sure why that would be

Jakub HolĂ˝ 2020-10-03T16:36:01.110500Z

I think it has been mentioned a while back that it was removed / disabled b/c it didn't work...

tony.kay 2020-10-03T16:40:22.110700Z

no no, I just re-added it @holyjak

đź‘Ť 1
🤦 1
tony.kay 2020-10-03T16:43:32.110900Z

@bbss Are you not seeing the tab in chrome?

tony.kay 2020-10-03T16:55:49.111100Z

The release I’ve got up on github is of the latest source I thought

Jakub HolĂ˝ 2020-10-03T17:48:58.114900Z

I've just learned about #qlkit https://medium.com/@conrad_9565/lets-build-a-ui-with-qlkit-and-graph-queries-79b7b118ddac Nice to see there is another modern library that embraces the graph UI & query approach. It's goals are radically different from Fulcro (minimalism) but even so studying it might help me to understand and appreciate Fulcro more.

đź‘Ź 2
tony.kay 2020-10-03T17:52:30.115600Z

Yeah, qlkit has been around for a little while. worth looking at , but a bit different for sure.

Adrian Smith 2020-10-03T18:14:40.116500Z

I'm looking at Datomic console to have a look inside the datomic database the docs mention something like this: bin/console -p 8080 dev datomic:<dev://localhost:4334/> I'm using datomic-free in memory via the rad demo, is there anyway to connect the two?

Jakub HolĂ˝ 2020-10-03T20:42:54.117Z

Perhaps #datomic could have the answer if no one here knows?