-
![image.png](https://raw.githubusercontent.com/nus-cs2113-ay2021s1/pe/main/files/c1be9045-020d-4a21-8167-9ed177a199f4.png)
Description: null was found by the location command where it should have bee…
-
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'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…
-
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…
-
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
-
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 …
-
When using `cprop` as part of the `luminus` framework, there is a config.edn for each environment: dev, test, and prod. The files generated by `luminus` are mostly empty, and the developer can add set…
-
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…
-
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
…