luminus
luminus copied to clipboard
documentation site for Luminus framework
I am following guestbook example from the book Web Development With Clojure 3rd edition. I am struggling with including ClojureScript namespace into HTML document. Everything is working fine with example...
i just wanted to try doing a quick file upload... but found the topic, all in all, somewhat trickier than what i would have hoped it'd be... so.... i guess...
Looking at the docs, it still seems like Immutant is considered the default server, but as far as I can tell it's not currently being actively developed? The domain http://immutant.org/...
Steps to reproduce: 1. `lein new luminus luminus-app +re-frame +shadow-cljs +aleph` 2. `lein shadow watch app` 3. `shadow-cljs cljs-repl app` In step 3, we get the error: 2019-07-17 13:53:11,006 [main]...
Hello, I am trying to deploy a Clojure/Luminus application in an Oracle Weblogic 12c server by creating a container via **lein uberwar**. After several tweaking I manage to run the...
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 ``` package com.example; public class...
Hello~ I'm using luminus framework with +re-frame +postgres. I also use emacs with cider. The step through the warning is like this : in terminal: ``` lein run ``` ```...
Add docs on what `core` does, how to manage the lifecycle at startup, and add new command line arguments.
Hello ``` (st/validate {:band "MONO" :album "Hymn to the Immortal Wind" :year 2009} album-schema) ;; => true ``` This line does not seem correct to me
Hi, If I create a luminus project with the +cljs option, as soon as I open clj & cljs REPLs, I get an error thrown (pasted below). It looks like...