potetm
potetm
If I'm reading [the code](https://github.com/tonsky/datascript/blob/master/src/datascript/impl/entity.cljs#L85-L90) correctly, only type and entity id are being checked when testing entity equality. The problem with this approach is you can have the same entity...
I noticed the layout of the namespaces, the algorithms, and even the symbol naming in this repository bears uncanny resemblance to leiningen's code. I would suggest that you ensure that...
Per [the documentation](https://clojure.org/reference/deps_and_cli#_arg_map_keys), `:override-deps` is supposed to be the mechanism for replacing deps on the project classpath. It does not appear to be supported by uberdeps.