Jacob O'Bryant
Jacob O'Bryant
It does print. I modified the code segment to be more verbose: ```clojure (do (prn (java.util.Date.)) (with-open [l (xt/open-tx-log (xtdb-node) nil true)] (prn :next 0 (java.util.Date.)) (while (.hasNext l) (prn...
Not sure this will be a concern for a while as Biff is aimed at small projects, but leaving the issue open as an FYI. See the `throw`s in `com.biffweb.impl.xtdb/{submit-tx,get-ops}`
Here's a quick example of doing this with [live.js](https://livejs.com/): https://github.com/jacobobryant/biff/commit/36cfe9b291185c9300239770059fd0e72a2bea05. Something like that could be merged into master. There are at least a couple loose ends to tie up: -...
I haven't done it myself, but it sounds like a reasonable step in between using drop-in JS components and going full React.
Closing because I'm moving documentation issues to a personal todo list.
I'll wait until at least one more person requests this
Oh, that looks great! Also A+ for the name/image
Closed by d7161980ffed183f385b6430df0f55f2c3916249
Can this be merged? I just did this translation myself-- and then I found this as I was about to submit my own PR ;)
If anyone happens to run into this and wants to use aws-api, if you're not using websockets then you can add `info.sunng/ring-jetty9-adapter {:mvn/version "0.14.3"}` to your dependencies and it'll just...