Alex Davis

Results 10 comments of Alex Davis

just to add some public info: - On a db with ~300k juxt.site/type keys and ~9k 'juxt.site/type = "Foo"' documents ``` user> (time (count (q '{:find [e], :in [[type]], :where...

So I did a bit more experimentation, turns out I was pulling in a few other dependencies and I didn't get the issue if crux was the only one, but...

Yes no problems there.. Also I tried it on both my linux laptop and other OSX machine and couldn't reproduce, but not sure what's different about my MacBook that would...

I would recommend using something like sdkman which provides a simple interface for switching JDK versions. You can also install your JDK manually under Rosetta, but it can be a...

@eneroth yep that works too. And agreed about performance, I have to wait a whole extra 10 seconds for my repl to start, although I do like to remind myself...

The only one I can think off is maintaining a project.clj as well, but that's a bit of a pain

Actually just looked at the code and seems like it doesn't actually matter what's in the project.clj file, just that it exists. I'll test with an empty project.clj to make...

Make sure you've ran `clojure -A:build:build/once` so that kick compiles everything. Also I always use capsule over onejar (although not entirely sure of the difference). We usually end up with...

I was having the same issue until I added this to my vite.config.ts ``` optimizeDeps: { include: ['preact/hooks', 'preact/compat', 'preact'] }, ``` Now it all works great, might help anyone...

> Hi , i done all steps but i get this error; > > Not Found [Error](http://localhost:2021/_site/requests/8aaf39bfa10b230a03e92204) > > Unauthorized [Error](http://localhost:2021/_site/requests/be1e2063663cd03b9d777419) Hi, we're currently rewriting all the authn/authz parts of...