Tom Connors
Tom Connors
Hi there, thanks for this library! My application uses some string keys in its state map, which plato currently doesn't support. I started working on adding support for strings, but...
``` clojure (= (datascript.core/datom 1 :a "v" 500 true) (datascript.core/datom 1 :a "v" 500 false)) ;; => true ``` Is this expected?
`datascript.db/ref?` and `datascript.db/multival?` are useful in application code but the changelog describes datascript.db as internal. Would you consider making those functions a part of the public api?
Hi, I spent the past couple days integrating hx with an existing Reagent application and thought I'd share an experience report in case it's useful to other users or to...
`figwheel.main/config-ensure-watch-dirs-on-classpath` can produce error messages worded "A watch directory is must on the classpath and point to the root directory of your namespace source tree." I assume this is meant...
Thanks a lot for cryogen! In order to get a cryogen site hosted as a static s3 site, I needed to make a couple configuration changes. Perhaps there should be...
Hi, thanks for this great library. I don't see anything in the readme or existing issues about using Selmer to process untrusted templates. In my use case, my program provides...
Hi Anatoly, After compiling some cljs using :advanced mode I happened to look in the minified file and saw that where I call `defstate` the output includes the full path...
In the readme, there's a section about extracting variables from urls as keywords (https://github.com/juxt/bidi#keywords). It would be useful to be able to extract integers and probably other types as well....