vemv

Results 434 comments of vemv

I meant it from a client POV 🍻

+1, I'd love this and am willing to sponsor this feature

Cheers! Starred, will give it a spin I discovered / was using https://github.com/alt-jero/McSpaces in the meantime, it works fine, but bit of a raw one.

Yes actually my usage of McSpaces was pretty hacky. It gives you a blank UUID for Space #1, and an actual UUID for the rest. By coincidence, I was only...

This also SGTM and probably it's easier to convey/maintain :)

Would this be a legit use case? ```clojure ;; outside defproject: (def dev-plugins "Sometimes we want to include dependencies as both :dependencies and :plugins, so they can be used from...

I agree! Unfortunately, often there is no such split so one is left without clean options? In an ideal world, plugin authors would write more generic Clojure namespaces instead of...

Also `[org.jflac/jflac-codec "1.5.2"]` worked like a charm, I took the inspiration from https://github.com/goxr3plus/java-stream-player/blob/2f7d16dcf689a5335e91fe91bd6bfbdfe173cd6e/pom.xml

Thanks for the response! > I'm fine with printing something too, you can set :log {:level :debug} in shadow-cljs.edn, as that already does a bare print, which would be trivial...