Henrik Eneroth
Henrik Eneroth
Got it to work, thanks 👍 However, when I check out the Activity Monitor, it's still running as an Intel process, which leads me to believe that sdkman has downloaded...
The good news is that it should be easy to update XTDB when it lands. As it turns out, switching to an Arm JDK and, ``` brew install cmake git...
Yeah, @refset, bad idea to compile from the main branch rather than the 6.9.3 (or whatever the relase target is for M1 support is). Since we're only using it for...
@jarohen @deobald @refset @armincerf @avocade Good news! Replaced my home baked dep with… ```clojure {org.rocksdb/rocksdbjni {:mvn/version "6.29.4.1"}} ``` … and it seems to work well! So, hopefully that should enable...
@jarohen I'm getting `Index version on disk: 18 does not match index version of code: 20` upon using beta2.
In order to not break existing users of the library, would the core then be broken out into a new library on which Muuntaja depends?
I came here looking for a resolution for the same problem. Specifically, as above, with regards to syntax highlighting.
Sounds good. It's a bit of a pain currently to model permissions. I.e., you'll get the contents if you have all the permissions, but getting nothing (except maybe an ID),...
Sorry, I may have misunderstood what you intend to do here, but in lenient mode, a missing attribute still counts as an error, and messes up normalization in the frontend....
I keep running into situations where this is just extremely painful for us. Now that we've doubled down on permissions, every attribute is optional, always. Returning errors where attributes are...