Howard M. Lewis Ship
Howard M. Lewis Ship
I'm hitting this as well (OS X), previously worked fine.
Here's mine: ``` > script/local-build.sh + watchexec -vvvv --watch ../pedestal/docs --watch ui-overrides --watch local-antora-playbook.yml --watch lib --debounce=500ms echo npx antora --stacktrace local-antora-playbook.yml 2024-01-08T21:55:15.372702Z INFO watchexec_cli: logging initialised at crates/cli/src/lib.rs:91 2024-01-08T21:55:15.372845Z...
My workaround: added `--project-origin .`
In my case, I'm running inside one git workspace, but some of my watched directories are in a neighboring git workspace.
Current blocked by: https://github.com/rm-hull/nvd-clojure/issues/173
Further discussion in Slack: https://clojurians.slack.com/archives/C0K65B20P/p1728612912955409
I'm beginning to lean on the idea that this should be a connector-specific enhancement, as would other very specific things, such as allowing Http-Kit to bind to a Unix domain...
It may even make sense to simple run multiple connectors (one for each port) that share some resources, such as thread pools, and the interceptor chain.
Need to do a `clj -T:build deploy-all :dry-run true` perhaps? This will set up libs in local Maven repo. Also, I suspect the problem has shifted to the pedestal.servlet module,...