-
Here is the datascript-version for Wiki-Article ["Thinking with Links!"](https://github.com/omcljs/om/wiki/Thinking-With-Links%21)
I can not see a solution on how to do this with datascript at this p…
-
Side-effecting event handlers - how to do them better?
I'm seeking comment and feedback on this (incomplete) document:
https://github.com/Day8/re-frame/wiki/Effectful-Event-Handlers
It presents as a…
-
Datomic supports binding a `subquery` pattern in a query's pull function:
``` clojure
(d/q '[:find [(pull ?e subquery) ...]
:in $ ?a subquery
:where [?e ?a]] @conn join-key [(hash-map…
-
in datomic,
```
(d/q '[:find ?r :where [(subs "abc123" 0 3) ?r]])
```
returns #{["abc"]}
but datascript returns an empty set
-
For large instances is _safer_ to have a local cache of the data and then process it at will.
-
Tried running example locally.
``` bash
npm install
npm start
```
Then ran the xcode project in `ios` folder from Xcode. Created account credentials and clicked `sign up`.
Then the app stalled on `c…
-
``` clojure
(d/transact! conn [{:db/id -1
:name name
:id }])
```
This throws with the string representation of the UUID "is not seqable". Casting to string fi…
-
everything works in case the `clojurescript` dependency is:
``` clojure
:dependencies [[org.clojure/clojurescript "version"]]
```
but when it is brought in as AOT compiled:
``` clojure
:dependencie…
-
Can't figure out how to "clean" database with listeners attached.
I don't want to go through retract/add on entities, just clean it, and make all listeners jingle.
That's seems not very idiomatic, bu…
-
It's not obvious how nested components should work with DataScript. We should add an example.