Juho Teperi

Results 298 comments of Juho Teperi

Nope, not really maintained.

Try setting IP option to select which network interface the server will listen on. `0.0.0.0` should listen on all interfaces.

This simple approach won't work because we can't trust that target dir exists. Users might not even have any target dir etc. Proper solution is to somehow (fileset metadata) publish...

Ensure your test directory is included in classpath (`:source-paths`) and that your test namespaces end in `test` (or change test-matcher option to alternative regex).

Working as intended. In 0.3.0 I made a decision to require direct dependencies to CLJS Repl libs because with current implementation it's impossible to reliably and easily add those automatically....

I don't see how this breaks any behavior? Boot tasks preferably shouldn't have any transitive dependencies and if they need to depend on something they should use pods. But the...

Okay, so maybe saying "doesn't break any behavior" is a bit wrong as this was **breaking change**. I have now fixed the change log to mention this and fixed a...

Yes. Though now that I think of, it's possible that we want to update them in the future.

This is related to #32 and #22

The function could have both arities. Functionally this is okay, but I don't like the `set-toggle` name...