Fork me on GitHub
#untangled
<
2016-10-05
>
tony.kay16:10:12

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

mahinshaw16:10:49

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

tony.kay16:10:56

doing that now 🙂

mahinshaw16:10:04

and maybe the datomic channel

tony.kay17:10:08

way ahead of you 😉

tony.kay17:10:33

also tweeted it

wilkerlucio17:10:24

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.kay17:10:02

latest version?

tony.kay17:10:25

there were some very recent patches related to that

tony.kay17:10:33

might even try SNAPSHOT

wilkerlucio17:10:42

Im using untangled client 0.5.6

tony.kay17:10:24

commit d56a564e784a7b657eac0176ec183539cfd2ccfd on SNAPSHOT

tony.kay17:10:28

I don't think it is released.

tony.kay17:10:38

let me make sure shapshot is up-to-date

tony.kay17:10:58

0.5.7-SNAPSHOT

tony.kay17:10:45

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

wilkerlucio17:10:23

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

tony.kay17:10:46

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

wilkerlucio17:10:08

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

wilkerlucio20:10:10

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

tony.kay20:10:23

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

tony.kay20:10:54

done. 0.5.7 is out