-
Hello :-)
Thought I'd start a `macos` build here https://github.com/dmg46664/godot-java/tree/macos-build
Thought I'd create this issue to go back and forward with you on it.
- [x] Builds `ent…
-
I create a REPL configuration by right clicking on project.clj
```
(defproject regexps "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "…
-
Thank you for Pulsar, it looks amazing!
It seems I can't reload suspendable functions in the REPL. Entering this in the REPL works as expected (printing "one"):
``` clojure
(defsfn a1 []
(receive
…
-
### Problem Description
When using [boot-tools-deps][boot-tools-deps] and [boot-test][boot-test], sometimes a `java.lang.ExceptionInInitializerError` will occur after the test has completed.
[bo…
-
In the [example app](https://portal.aviso.io/#/document/open-source/rook/Current/example.html), it seems to me that [transit-clj](https://github.com/cognitect/transit-clj) is a required dependency.
Wi…
clyfe updated
9 years ago
-
Hi,
I'm implementing a small java project which load and run clojure scripts on runtime.
I works fine.
I want to use jqf:fuzz to fuzz my application.
So i copied the files from the compiler t…
-
Does anyone successfully run jepsen testing on ubuntu 14.04 with ubuntu containers? Since ubuntu containers do not take root password as described in lxc.md, I simply set PasswordAuthentication no to …
-
Typechecking the malli-type-providers sample projects succeeds for `Clojure`
```
(t/check-ns-clj 'typed-example.malli-type-providers)
....
Checked typed-example.malli-type-providers in 100.72014…
-
I'll try to use https://github.com/juxt/yada/pull/122 as a guide to resolve what I'm getting with:
* clojure 1.10.0
* yada 1.2.16
* JVM 11.0.2
It managed to take out my whole repl until I traced…
-
I'm trying to make a migration in postgres, I'm following the getting started and using the integreation with leiningen:
```clojure
{:aliases {"migrate" ["run" "-m" "investtrack.scripts.migration…