clojj

Results 12 issues of clojj

After fixing this issue locallly (by renaming the artifact in the Dockerfile) https://github.com/mploed/ddd-with-spring/issues/16 ... I get this error after running `docker-compose up --build` ``` ddd-with-spring-scoring | 2021-02-12 20:23:27.310 WARN 1...

Hi ! would it be possible to contribute a vite-elm starter here ? https://stackblitz.com/?starters=vite It'd be a nice way to push Elm...

Hi, and first kudos for adding these handlers (for Ktor) ! This may not yet be complete.. just to start somewhere with a spring example. Obviously, the spring specifics will...

In the if.... functions section, instead of `modelValidator : Validator Model String` it should be `modelValidator : Validator String Model`

Couldn't make it work with cider. loading errors in emacs when starting. Maybe, if it is already working with newest cider-version, you can document the installation procedure with cider ?

Hi, in ArchUnit, there is the possibility to check that there are **no classes outside** of the packages, for which an architecture is defined. Wouldn’t this be a nice additional...

type: question

For Haskell beginners/intermediates it would be helpful, if the issue of space leaks would be explained a little bit more. What exactly is the 'leak' (usually in other Languages one...

commit fa67cd754dc2ff0f20074a3450db097ea6e453de sounds like a new and interesting feature Could you provide any how-to/example for such a property-plugin ?

Hi, Is it possible to get the original options(-map) and rules(-list) with which a parser was created ? e.g. in your test.clj doing this (:net.cgrand.parsley/options (meta fexpr)) ...gives me the...