beginners

Sturm 2026-01-24T09:56:15.187729Z

would that fact that I'm using an uberjar be the reason why I can't seem to require some dependencies when connecting to a socket REPL? Seems to work ok in development

✅ 1
Sturm 2026-01-24T10:10:26.034919Z

In dev REPL I can for example (require '[integrant.repl]), but in prod running via uberjar I get FileNotFoundException.

Sturm 2026-01-24T10:13:10.157099Z

Hang on, that's not a good example as it probably doesn't get included in the production build

Sturm 2026-01-24T10:49:42.350399Z

Ignore me - I was just trying to require namespaces that were only imported in the dev code and were thus not included in the uberjar