fulcro

Casey 2025-08-01T08:13:35.431529Z

The artifact com.fulcrologic/statecharts packs quite a dependency punch: sente, pathom, fulcro, clojurescript, elk. Is that necessary? That all seems related to the embedded visualization/visualizer feature. I'd like to use statecharts on a raspberry pi where classpath bloat translates to real slow loading times.. and this project doesn't need fulcro.

tony.kay 2025-08-01T15:56:59.612389Z

some of them should actually be listed as “provided” in the pom

tony.kay 2025-08-01T17:00:48.157369Z

Try 1.2.22 and tell me if that is better

Casey 2025-08-16T10:00:24.321499Z

Ah i was using gitlibs, but If I switch to clojars, that works nicely thanks!

Casey 2025-08-16T10:00:41.901489Z

Just curious btw, do you mange your pom.xml by hand?

tony.kay 2025-08-16T11:37:40.177989Z

Yes somewhat. I generate it from deps.edn, then tweak it