This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-05
Channels
- # aleph (190)
- # bangalore-clj (4)
- # beginners (31)
- # boot (127)
- # braid-chat (2)
- # cider (2)
- # cljs-dev (79)
- # cljsrn (7)
- # clojure (81)
- # clojure-dev (1)
- # clojure-greece (40)
- # clojure-italy (3)
- # clojure-korea (8)
- # clojure-new-zealand (5)
- # clojure-russia (5)
- # clojure-spec (87)
- # clojure-uk (13)
- # clojurescript (50)
- # cloverage (10)
- # component (4)
- # core-async (37)
- # cursive (26)
- # datascript (20)
- # datomic (29)
- # editors (2)
- # emacs (12)
- # hoplon (63)
- # jobs (2)
- # lein-figwheel (1)
- # leiningen (17)
- # liberator (2)
- # off-topic (19)
- # om (31)
- # onyx (9)
- # pedestal (4)
- # proton (1)
- # re-frame (22)
- # reagent (13)
- # ring (1)
- # ring-swagger (9)
- # spacemacs (5)
- # specter (4)
- # untangled (24)
- # vim (29)
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
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?
Im using untangled client 0.5.6
@tony.kay thanks, using the updated version fixed the problem 🙂
ok, I'll keep on it an let you know if run in any issues later today
@tony.kay so far so good, I touched pretty much all my app and didn't found any problems with the current snapshot