Replies: 1 comment 1 reply
-
|
this is a problem indeed and I will fix it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.clj-kondo(Clojure linter)watch = ["shadow-cljs.edn", "deps.edn", "package.json"]intended to restart that daemon.Observed:
Too many open files (os error 24).clj-kondo/.cache/...In my repo, removing those
watchentries makes startup succeed immediately.I'm not entirely sure how to report this any better tbh. I think I've heard of that file-watching limitation before where you can't just watch a single file so you gotta watch its dir and filter or something. Is
pitchforkimpl maybe exhibits just such problem? I think I encountered something similar withinotifyin Erlang, but now I don't recall.Am I holding it wrong?
Beta Was this translation helpful? Give feedback.
All reactions