Juho Teperi
Juho Teperi
That serialize/deserialize implementation is not completely transparent, and I'd be a bit concerned about it being included in Boot. It doesn't keep the objects in ex-data, but converts them (some)...
This needs more information. Boot.exe is built with http://launch4j.sourceforge.net and it should find any JRE/JDK. Is the JDK Available in %PATH%? (I'm not sure if that is used to find...
`wait` task blocks **a** thread. But why is that a problem?
I presume `start-stack-editor` works like `watch` and runs the rest of task pipeline after file edits. If the `wait` task is first, `wait` task will call the following tasks first...
Problem is triggered when a lein plugin doesn't use project repositories when doing `eval-in-project`.
Re: slow cljs, each `(cljs)` creates new compiler env and separate output directories etc. You should be able to create one compiler env and then manually trigger build, if you...
> this would be a bring-your-own js-joda kind of thing, either via npm or cljsjs. :+1: I think this is the correct approach for JS libs. > alternatively use a...
I think either special entry or property is the best solution. As `:multi` is using a special entry, should be good here also.
@ikitommi Check the latest mentioned PR also (#561). At least that would solve providing API that isn't specific to parameters value, but it leaves it to the user to solve...
Related #450