Juho Teperi
Juho Teperi
Ah, now I remember how boot-reload and boot-cljs-repl work. Boot-reload and boot-cljs-repl similarly search the fileset for existing `.cljs.edn` and they don't find the file either so they can't add...
Also, the docs could definitely use improvements regarding cljs.edn file. Looks like it is still documented only under "Multiple builds", which is quite confusing.
I guess this is pretty much the same as https://github.com/boot-clj/boot-cljs/issues/169
I thought this might have been fixed by: https://github.com/adzerk-oss/boot-cljs-repl/commit/883a397cdcb1ad04fc50298bb1bfdc49c1ce7db3 but report in Slack says otherwise. This needs more investigation to find the cause. Meanwhile using cljs-devtools and `js/console.log` should work.
We are also missing a mention that libraries can use `:npm-deps` in `deps.cljs`.
Yada implements multipart support: https://github.com/juxt/yada/blob/432d1b25f83a4af5d94d1108f37ee253a2a74bce/ext/multipart/src/yada/multipart.clj It uses Manifold but maybe the parse logic is helpful for replacing commons-fileupload.
Would be helpful if `--list-reporters` listed just the built-in reporters. The docs currently list some reporters which include `result` reporter, like `dots` and `documentation` and then `progress` which doesn't include...
sass4clj uses [jsass](https://github.com/bit3/jsass/), a java lib providing access to native [libsass](https://github.com/sass/libsass) over Java Native Interface. Jsass has to be compiled for each platform, and it doesn't currently support aarch64: https://gitlab.com/jsass/jsass/-/issues/94...
Can this be parametrized so that it can be used to return list of all nodes, not just leafs?
@frenchy64 I can take a look.