-
For example, while using with REST APIs (Luminus), for POST request all fields validated as defined in validation schema, but for PUT request, only fields present in request body validated using same …
-
Using the `+cucumber` flag adds `clj-webdriver to the user's new Luminus project.` But the [clj-webdriver](https://github.com/semperos/clj-webdriver) library has been unmaintained since 2015. Would yo…
-
Hi,
may I check where the weekly quiz is? I checked the luminus, but they are only from week6.
Thanks!
-
`routes.html` contains this link:
```html
Please refer here for more details on managing CSRF middleware.
```
https://github.com/kit-clj/kit-clj.github.io/blob/550f617a446dc51daff95da5d9b94e8f…
-
The error 400 appears in one of two forms, depending on the API call:
- As a HTTP status code, which `infinite_retry_download` recognises as an error and retries immediately
- In the JSON response b…
-
Hi, do we only submit our code to codecrunch? or do we need to submit it in luminus as well? Asking because there is a final submission folder in the finals assessment (mock) folder
-
Creating a new luminus project using `lein new luminus new-project +cljs` produces a bug in the `new-project.routes.home` namespace.
When the user runs `lein run` they will get this error:
```
…
-
I use emacs and vim under windows.
-
I have integrated opentelemetry-java-instrumentation version 1.21.0 with required configuration & docker file setup. I could see the client spans are exporting properly using logging & otlp exporter, …
-
This might not be very helpful for experienced Clojure developers and Luminus users but I believe this might save some time(and a bit of headache) for new Luminus users for exploring various lein temp…