jonasseglare
jonasseglare
Thanks for making this library public. I am currently experimenting with Datascript and came across some strange behaviour. Either I am doing something wrong, or maybe it is a bug...
# Description of problem I have a fresh Eclipse installation to which I added the Corrosion plugin from https://download.eclipse.org/corrosion/releases/latest/. Soon after I start editing a Rust file and it starts...
This pull request adds code that recognizes blocks starting with `if False:` as code cells. This is an attempt at having something similar to [rich comments](https://betweentwoparens.com/blog/rich-comment-blocks/#rich-comment) commonly used in Clojure....
This code mainly refactors the namespaces `datahike.query` and `datahike.db.search` to improve performance of the query engine. This means that we remove the previous "relprod strategies" and the algorithm in this...
#### SUMMARY Fixes #682 Makes it possible to compose `history`, `as-of` and `since` in arbitrary ways, e.g. `(-> @conn history (as-of tx-id) (since tx-id2))`. ##### Feature - [ ] Implements...
### Describe the feature you would like to request Currently the following three queries all produce an error: ```clj (d/q '[:find ?a :in $ ?e :where [?e :age ?a]] (->...
This PR extends the `-compile-model` method in the `reitit.coercion.spec` namespace to work for one more special case: If the `model` parameter contains more than one spec but they are all...