-
I open this issue since i can not find a documentation/test on how to accomplish this.
How can i filter an entity based on one attribute value?
For example, i would like to set a filter that will re…
-
Currently, cursors use get-in and assoc-in on their path to reading and writing from state. This limits the ability for more complex type of cursors. If the path was something protocol based like ht…
-
This hangs:
```
(deftest test-recursion
(let [empty (d/empty-db {:part { :db/valueType :db.type/ref }
:spec { :db/valueType :db.type/ref }})]
(let [db (d/db-with empt…
-
Hi Dan, purely out of curiosity, I notice that it's unnecessary to define externs when using the advanced compilation mode of the Google Closure Compiler with reagent projects. I'm wondering how you a…
-
This query works:
``` clojure
(d/q '[:find ?e :in $ ?et :where [?e :entity/type ?et]] db [:db/ident :entity.type/survey])
```
This one returns an empty result:
``` clojure
(d/q '[:find ?e :where [?…
-
```
The webscript/query infrastructure is quite a mess. It seems overly complicated
to use/extend from a programming perspective, and confusing from a user
perspective (buttons keep appearing/disapp…
-
I'm using Modernizr 2.6.2 on a site in development and experiencing a frustrating error in IE8. I'm loading Modernizr in the head of the document. Then I'm loading a base.js file at the bottom of the …
-
Can you publish datascript as a CommonJS module?
I would like to use it with browserify/webpack in plain JS.
-
```
The webscript/query infrastructure is quite a mess. It seems overly complicated
to use/extend from a programming perspective, and confusing from a user
perspective (buttons keep appearing/disapp…
-
I know this might sound a bit silly at first, because of datomic, but I think it would be quite useful if datascript were clojure compatible as well.
Datomic is simply too heavy for some applications…
ghost updated
9 years ago