Søren Sjørup
Søren Sjørup
With this query: ``` (q '[:find (count ?e) . :with ?i :where [?e :r ?e ?i]] [[1 :r 1 10] [2 :r 1 11]]) ``` I get `1` with Datomic...
In Datomic: ``` (q '[:where [(ground {}) ?m] [(assoc ?m :x 5) ?m2] :find ?m2 .]) ``` returns `{:x 5}`. But it fails in datascript with `clojure.lang.ExceptionInfo: Unknown function 'assoc...
### What version of Datahike are you using? 0.4.1481 ### What version of Java are you using? 11.0.11+9-LTS ### What operating system are you using? macOS ### What database EDN...
### What version of Datahike are you using? 0.4.0 ### What version of Java are you using? 11.0.11 ### What operating system are you using? macOS ### What database EDN...
field size was increased according to: http://download.geonames.org/export/dump/
parseFloat does not take a base parameter
This should close issue #48.
This fixes #51
It seems the definition should be: ``` validate(options?: WasmFeatures): void; ```