-
I've pushed a Luminus playground app to Heroku and have enabled SSL using
````heroku ps:type hobby````
I'd now like to force SSL which [needs to be done at the application level](https://help.h…
-
From the screenshot, a valid URL is given from the luminus gradebook page; however, the link is flagged as an invalid link. Perhaps the link might be inaccessible to people without luminus accounts, b…
-
After following [this step](https://luminusweb.com/docs/guestbook#adding_some_tests) of the guestbook guide, I get the following when running `lein test`.
```
$ lein test
2020-07-14 20:42:51,454 …
-
I created a vanilla luminus project via `lein new luminus myapp` just a few minutes ago.
I use Intellij with Cursive to start a REPL (OpenJDK 14).
After I started the REPL my laptop fan kept spin…
-
I have a number of older luminus apps that run fine, but this week I created a couple new ones with the latest framework (for which the generated code is different than in the older apps) and none of …
-
When creating a new luminus app with the following command:
`lein new luminus my-app +reitit +re-frame +shadow-cljs +postgres`
And running
`lein uberjar`
The compilation fails:
```
C…
-
I created a basic luminus app using
lein new luminus myapp
and added
:java-source-paths ["src/java"] in project.clj file
and added a simple java file
src/java/com/example/Hello.java
…
-
Hi not sure if its just me but as i just started watching Recitation 8 but Prof Henry is using Recitation 09-extra PDF but i cant find it on luminus
-
Recently luminus gained support for creating a project [built with boot](https://github.com/luminus-framework/luminus-template/pull/302). Right now, understandably, the luminus website only has docume…
-
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 …