tkovis
tkovis
The problem was with a longer lived node. Basically what I was doing was. ```clojure (def node (crux/start-node ...)) ; ad hoc evals in a comment block ; need to...
Oh sorry about that. I tried with a new directory and it goes straight through for me too. Using a fresh directory, I can reproduce the blocking behaviour with: ```clojure...
OS and java ``` ~/git/crux prod $ system_profiler SPSoftwareDataType Software: System Software Overview: System Version: macOS 11.2.3 (20D91) Kernel Version: Darwin 20.3.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer...
With docker on my machine ``` ~/git/crux prod $ docker run -it -w /usr/src/app -v $(pwd):/usr/src/app clojure:tools-deps clj Unable to find image 'clojure:tools-deps' locally tools-deps: Pulling from library/clojure bd8f6a7501cc: Pull...
I got it working by not checking polygon for closest node when finding path. https://github.com/tkovis/three-pathfinding/commit/8b4f1c9ddd012627eb7ca992a26b0c04d0650879 Seems like it could be a breaking change so I'll not create a PR
> I get the same error trying to connect to a local postgres instance using the [pg](https://www.npmjs.com/package/pg) package. Same platform. > > ```ts > import { Client } from "pg";...