David Powell
David Powell
Thanks, I'll take a look when I get chance. I have got a branch (not yet pushed) which works as a leiningen plugin, and keeps three jars, so I'll try...
Hi, Thanks for the patch. Good idea. Though I was just thinking - it might be better to accept a list of exclusion patterns, to match how :jar-exclusions and :uberjar-exclusions...
It would also be good if we could set the exception cause to the underlying exception here: https://github.com/yogthos/Selmer/blob/master/src/selmer/filter_parser.clj#L120
The EPL is commercially friendly for Clojure, because it allows "object-code" to be redistributed with liberal terms, while requiring source code to be distrubuted under the EPL. In the context...
Preview seems to work if you explicitly specify a binding host for the dev server, in vite: ` server: { host: '127.0.0.1' } ` Is it possible that react buddy...