-
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…
-
ring support asynchronous handler,
and undertow also support asynchronous process
it seems luminus do not.
or maybe I misunderstand something.
-
Hi prof, regarding the submission of product on week 13 Monday, does everyone from the group need to submit all the submissions listed [here](https://nus-cs2103-ay1920s1.github.io/website/schedule/wee…
-
Dear Prof Damith,
Is it possible to release the results of the online quiz on luminus so that we know which questions were answered incorrectly, so as to be able to correct any misconception.
-
Hi, may I know if the exam zoom link has already been uploaded in Luminus Gradebook? I went to check the Gradebook after the most recent announcement but I could not find the Zoom link. Thanks!
-
I've run into an issue where on 2nd+ work spaces, the overview animation will occasionally not play. It happens at random, and works correctly 50% of the time.
https://github.com/G-dH/vertical-w…
-
Issue to coordinate adding a guestbook-datomic example.
The template for this example was created with the flags below.
```
lein new luminus guestbook-datomic +datomic +re-frame
```
The code is…
-
Hi, in the latest announcement it states to include a view only link to the product pitch when submitting the Teammates form. May I ask if this product pitch has any template found on luminus or is it…
-
## To reproduce
```console
$ lein new luminus lumtest +http-kit
$ cd lumtest
$ lein repl
user=> (start)
user=> (stop)
```
## Results
```console
user=> (start)
2020-08-12 08:52:21,558 [n…
-
# 概要
next/imageからの移管により、img要素が最適化処理無しで構築されている。
# 対応
SSGに対応した画像最適化プラグインを利用し、WebPに対応かつ圧縮を走らせるように調整する。