Jérôme Prudent

Results 12 comments of Jérôme Prudent

You can drop Clojure (JVM) support and still have real terminal support if you also target Nodejs I think it's not a bad idea to consider CLJS only

@tolitius Hi :) Is that a bug or a feature ? I encountered a similar use case while using cprop (and same workaround). I could propose a fix but I...

> I think that would work fine. I'm not sure why the code doesn't read `{}` as a map already, though. Because of `not-empty` : `(is (= nil (not-empty {})))`

It was an old question of me, I don't remember if if I got there but I don't expect answer anymore. Anyway, I'm closing it.

Oh I didn't notice tests were not passing on CI. I don't have time today I think. I will definitely try to fix those.

I run the tests locally. They are passing. Thanks for your review!

sure! let's change the status of PR to changes required, I'll have a look soon

Hello fellows, I need a bit of advice. This project has 2 modules: - dynver which contains the "pure" logic and independant of SBT - sbtdynver which contains the nuts...

Hello, I added the dependency as `provided`. I also added a few tests. `sbt test` ✅ Commits can be squashed.

Hello Seth, thanks again for your time and feedback. I didn't notice that the project was cross compiled. The CI does a `sbt +test` that runs tests for all scala...