Tom Marble
Tom Marble
@danielcompton are you planning to work on this?
@danielcompton just want to check in... would you like me to take a try at this? See also #397 #417 #418
Right, hence my comments above. One could argue that we add a hack like this at the top of `compiler.clj`, but I'm not sure it's more elegant: ``` (let [lmain-info...
@mneise I have created PR #418 and setting `LEIN_SILENT=true` is now effective to silence the output (please see the PR comments). @danielcompton upon reviewing #397 I believe it is of...
In my testing I've been running `lein fig:test` from the https://rigsomelight.com/figwheel-main-template/ example. The changes I've made are in `test.cljs.edn`. First I found that I don't need `resources/public/test.html` and can change...
@bhauman you mean that if there's a `deps.edn` or a `project.clj` and :output-dir is not specified that an output-dir will be chosen from the resource paths (which are already configured),...
Try `(apply instance args)` and see if that helps
@agilecreativity there's a tiny signature change I want to make after your PR which is currently in progress.. then we can close this one.
Oh that's a cool idea and absolutely something webica should do! Webica is all about being clever about casting things (so your application code doesn't have to be)! I'm working...
I *think* it's supported, but I realize don't have an example or test for it... will investigate.