the new and improved inspect is really nice! any chance we can get the RC2 on chrome release? Really like the element picker 🙂
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?
@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”
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.
@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
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.
@tony.kay confirmed, works with 3.0.1.
I also didn’t realize the chrome extension didn’t have the picker…not sure why that would be
I think it has been mentioned a while back that it was removed / disabled b/c it didn't work...
no no, I just re-added it @holyjak
@bbss Are you not seeing the tab in chrome?
The release I’ve got up on github is of the latest source I thought
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.
Yeah, qlkit has been around for a little while. worth looking at , but a bit different for sure.
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?
Perhaps #datomic could have the answer if no one here knows?