-
Hello, thank you for your good work.
I tried to use your library from lein project.clj adding the dependency and trying to run the example code in a simple clojure project. when lein dep runned it …
-
I'm considering using [boot](https://github.com/boot-clj/boot) and [boot-cljs](https://github.com/adzerk/boot-cljs) to make working with and deploying new versions of this library better. As a consume…
-
The code to find the jar and pom file given to a `push` tasks uses `io/file` which essentially prevents you from specifying a file in the fileset. This in turn requires you to output things into `targ…
-
This is weird. Few days ago it was working fine, now out of a sudden not anymore. Any boot commands, even invalid ones, do nothing.
`boot sdfsdfsdfs` just returns an empty line.
but `boot --ver…
-
```
~ › uname -a
Linux spark-gap 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
```
Stack trace:
```
2017-11-23 11:19:50.106 ERROR default ed…
-
Could we/ should we add support for :analyze-path and other REPL options described here:
https://github.com/clojure/clojurescript/wiki/REPL-options
-
Hi! I'm trying to convert the template project to boot but when I try to build a jar of the main class I get this error on runtime
```
Exception in thread "main" clojure.lang.ExceptionInfo: Error on…
-
I can't seem to require or use the `overtone.inst.piano` namespace.. I downloaded the SC3 extensions and put them at `/Library/Application Support/SuperCollider/Extensions/SC3plugins`.
In my project.…
-
I'm trying to implement examples from the open source book [Modern CLJS](https://github.com/magomimmo/modern-cljs)
I've already write a runnable boot task to compile, watch and serve my project, h…
-
All your examples, documentation are aimed at leiningen. Having difficulties here to build me a working setup to make dirac work on build.boot (boot-clj) instead. So far all my attempts have failed.
…