untangled

NEW CHANNEL: #fulcro
tony.kay 2016-10-05T16:58:12.001841Z

Our local Datomic expert @rwtnorton wrote a great command-line operations tool for people to do simple queries and data fixes against Datomic using an SQL 92 syntax. Think psql for Datomic. We just open-sourced that at https://github.com/untangled-web/sql-datomic

mahinshaw 2016-10-05T16:58:49.001843Z

@tony.kay It may be worth posting that in the announcements channel

tony.kay 2016-10-05T16:58:56.001844Z

doing that now 🙂

mahinshaw 2016-10-05T16:59:04.001845Z

and maybe the datomic channel

tony.kay 2016-10-05T17:01:08.001846Z

way ahead of you 😉

tony.kay 2016-10-05T17:26:33.001849Z

also tweeted it

wilkerlucio 2016-10-05T17:29:24.001850Z

hello, when using df/load-data, even using :marker false I'm getting my data replaced during the fetch (causing flickering), the node point I'm reloading is a an ident (vector form), I'm suspecting it's making it a blank map during the load (with :marker true it gets the map with the markers), is that way to avoid any changes at all on my state until the data is fetched?

tony.kay 2016-10-05T17:30:02.001852Z

latest version?

tony.kay 2016-10-05T17:30:25.001853Z

there were some very recent patches related to that

tony.kay 2016-10-05T17:30:33.001854Z

might even try SNAPSHOT

wilkerlucio 2016-10-05T17:30:42.001855Z

Im using untangled client 0.5.6

tony.kay 2016-10-05T17:31:24.001856Z

commit d56a564e784a7b657eac0176ec183539cfd2ccfd on SNAPSHOT

tony.kay 2016-10-05T17:31:28.001857Z

I don't think it is released.

tony.kay 2016-10-05T17:31:38.001858Z

let me make sure shapshot is up-to-date

tony.kay 2016-10-05T17:31:58.001859Z

0.5.7-SNAPSHOT

tony.kay 2016-10-05T17:32:02.001860Z

on clojars

tony.kay 2016-10-05T17:32:45.001861Z

if that doesn't fix it (with :marker false) then it is an issue

wilkerlucio 2016-10-05T17:34:23.001862Z

@tony.kay thanks, using the updated version fixed the problem 🙂

tony.kay 2016-10-05T17:34:31.001863Z

great

tony.kay 2016-10-05T17:34:46.001864Z

let me know if that version seems solid, and I'll release it

wilkerlucio 2016-10-05T17:35:08.001865Z

ok, I'll keep on it an let you know if run in any issues later today

wilkerlucio 2016-10-05T20:28:10.001866Z

@tony.kay so far so good, I touched pretty much all my app and didn't found any problems with the current snapshot

tony.kay 2016-10-05T20:28:23.001867Z

k. It should just be bug fix. I'll push a release

tony.kay 2016-10-05T20:30:54.001868Z

done. 0.5.7 is out

2🎉