-
Does this implementation solve the missing bits wrt POST, async, etc?
https://github.com/luminus-framework/ring-undertow-adapter
-
removing the header would also remove the download button.
-
lein run results in
jars
Retrieving pjstadig/humane-test-output/0.8.0/humane-test-output-0.8.0.jar from clojars
Exception in thread "main" java.lang.ExceptionInInitializerError
at clojure.mai…
-
Hi, I was just wondering why the answer isnt the first one? shouldn't there be a constructor for client and why is server higher than client i.e. why is server instantiated before client? thanks
…
-
Hi, im just a bit confused as to why we declare the visibility as public (+) given that it was not explicitly mentioned. I understand that if the code does not mention what the visibility is, its saf…
-
Consolidating bugs from quizzes 5 to 11 for improvement / future CS2103T batch usage. I have split the bug reports into two sections to reduce unnecessary bloat. This bug report covers quizzes 5 to 7.…
-
Please add Gradle support to Luminus!
Even if it's new, this plug-in https://github.com/cursive-ide/gradle-clojure is a good start to have Gradle support in Clojure.
Just a few advantages of Gradle:…
-
### System Health details
Logs from HA
`homeassistant | 2024-02-20 13:26:42.915 DEBUG (MainThread) [custom_components.my_luminus_integration] received error is 404, message='Not Found', url=URL('…
-
My friend came across this rare problem where if the folder name contains forward slashes, the code breaks (on MacOS and Linux, not sure for Windows).
For example, a path on Luminus can look like t…
-
steps to reproduce
- create a new project with `lein new luminus myapp`
- run the project with `lein run`, this will start nREPL on port `7000`
- open a namespace from the project in LT and try to do …