edge
edge copied to clipboard
A Clojure application foundation from JUXT
From within an application directory, executing the following command: ```bash ../bin/onejar -A:prod project.jar ``` results in the following output: ```bash WARNING: When invoking clojure.main, use -M Execution error (FileNotFoundException) at...
1.1.3 is in use, but 1.1.4 saw a lot of improvements. Would be good to upgrade.
This is one of three PRs for adding an 'uberscript' capability to Edge.
We ran into a situation where code was pushed in a PR that wouldn't compile. However, `bin/eftest` counted 0 tests and no compile error was thrown, so it exited successfully...
Otherwise you get things like memory/connection leaks.
Some naughty libraries don't handle non-UTF-8 very well and assume it's the default. The default is ANSI otherwise. This setting is safer, even though it technically hides bugs.
This is three of three PRs for adding an 'uberscript' capability to Edge.
This is two of three PRs for adding an 'uberscript' capability to Edge.
These changes are made: 1. `"cljsType": "none"` added to backend only jack-in. **The lack of this is today stopping jack-in in Calva**. 1. Custom commands added for starting the system...