Jeremy Taylor

Results 242 comments of Jeremy Taylor

It's something like: 1) run some SQL to export the full log, e.g. https://github.com/xtdb/xtdb/blob/00d916139c62b47765ccc3f17458d7e46b230831/modules/jdbc/src/xtdb/jdbc.clj#L167 2) map over the entries 2.2) thaw the values, e.g. https://github.com/xtdb/xtdb/blob/00d916139c62b47765ccc3f17458d7e46b230831/modules/jdbc/src/xtdb/jdbc.clj#L72 2.2) coerce the `:tx-events` `clojure.lang.PersistentVector$ChunkedSeq`...

Graal has moved on slightly since it's latest big release so our use of it will have to be updated.

Observed in the wild with LMDB https://juxt-oss.zulipchat.com/#narrow/stream/194466-xtdb-users/topic/workflow.20question.2C.20bad.20transaction.2C.20how.20to.20mitigate.20.28dev.29

Noting a possibly related/identical issue with attempting to use `jetty-opts` via JSON config where the edn workaround works fine. The hypothesis being that keys in nested maps aren't being coerced....

@JemarJones I'm guessing your modification did something like this: https://codepen.io/anon/pen/YbOLRM You can add fade-in transitions to that very easily: https://codepen.io/anon/pen/oRPyYr It should also be possible to insert and position new...

The original example shared above appears to now work fine with the latest version - I guess it got fixed at some point :slightly_smiling_face: likely by https://github.com/tonsky/datascript/pull/426

Hey @MyriaCore you had a typo where your rule expressions inside `wants-and-needs?` were wrapped in an unwanted set of square brackets, i.e. `[(wants-and-needs? ?kid ?obj) [(wants? ?kid ?obj)] [(needs? ?kid...

I think this self-unification issue is related too: https://github.com/tonsky/datascript/issues/240

Thanks for commenting & mentioning the workaround @philippkueng - we'll review the options and prioritise accordingly.

Noting from a conversation with @jarohen last week that there is an aspect of the current indexed representation which would need resolving as part of this issue: the case where...