-
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…
-
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…
-
![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…
-
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 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 …
-
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
-
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…
-
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
…
-
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 …
-
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…