Hello #juxt!
I have an aero question for you: I’m trying to use aero in a cljs project, but apparently it’s not finding the “path” module. I had a look in the issues on github but couldn’t find anything similar. Did that occur to any of you before? I should mention I’m using shadow-cljs
@bru the cljs support is limited to node currently. Are you trying to read it in the browser?
@dominicm yes I’m using it in the browser, although shadow-cljs does some voodoo and lets me require node modules elsewhere in the app
thx for the reply anyway! If I manage to get it working I’ll try to package up a pull request 🙂