Francis Avila
Francis Avila
Cursive does not understand how to resolve symbols inside dot `(. o method arg)` and double-dot `(.. o (method arg) (method arg))` special-forms. Contrived example: ``` clojure ; "put" is...
When `hiccup.core/h` is used outside macro-evaluation in 2.0.0-alpha2, it's behavior is different from 1.x: 2.x: ``` (h "&&&") => "&&&" ``` 1.x: ``` (h "&&&") => "&&&" ``` Since `hiccup.core/h`...
When using the query cache and when a query is a cache "hit", the `::timing-start` value that is used is the value from the initially-cached query, not from the current...
Datomic 1.0.6527 added additional methods to the Connection interface related to [io-stats](https://docs.datomic.com/on-prem/api/io-stats.html#transactions) to support the new arities of transact and transact async. The `datomic.api/transact` and `transact-async` wrappers seem to always...
When using the "tracing" extension (e.g. the `lacinia-timing` header in pedestal), the "validation" field always looks like `{:startOffset nil, :duration nil}` instead of having an offset and duration. I believe...
My ultimate goal is to get the cache-busting part of the path to _not_ be the root, because that arrangement makes it difficult to do path filtering on web servers...
If two JVM processes use v8.core at the same time, one of them (I think usually the first one started) will exit with a segfault. Tested with both Ubuntu 16.04...