Folcon
Folcon
Not able to require `1.10.0-alpha4` from my `figwheel` repl either, it doesn't error, just prints the warnings below and hangs: ```clojure cljs.user=> (require '[clojure.core.matrix.dataset :as dataset]) Compile Warning /Users/currentuser/Documents/Code/clojure/currentproj/checkouts/core.matrix/src/main/clojure/clojure/core/matrix/utils.cljc line:151...
Finally got it to work with `develop` branch and this happened 😆... ```clojure cljs.user=> (require '[clojure.core.matrix.dataset :as dataset]) nil cljs.user=> (dataset/dataset [{:a 1 :b 2} {:a 4 :b 5}]) Eval...
I've had some success after someone suggested swapping to openjdk 8, as in I can require it, but I can't seem to get it currently working in the cljs repl....
First I'm trying to work out if I can use this to generate 2d terrain a la [libtcod heightmaps](http://doryen.eptalys.net/data/libtcod/doc/1.5.2/html2/heightmap_modify.html?c=true&cpp=true&cs=true&py=true&lua=true) >_
Actually I didn't thanks! I assume you mean the `:fractal-landscape`? Also wow, I've also been looking over your other repo's, I'll probably be trying out the `orculje` and looking over...
On a similar vein to this @jpmonettas, but it might be different concept is being able to get a list of keys / symbols etc that flow through the application,...
@darthdeus so I had a project working with unity 2021.2.1f1, not seen any issues. Just tried it with 2022.1.20f1 with the [instructions here](https://github.com/arcadia-unity/Arcadia/wiki/Getting-Started). It seems to load and work fine?...
Nope: ``` ssh -i ~/.ssh/gh_upterm_rsa h5NCmo8QbJciRl98apgZ:[email protected] Connection closed by 157.230.199.75 port 22 ``` Ok, it worked this time. Not sure if it's an intermittent issue, but it does work at...
You might want to add an example connection string in the docs so it's clearer about what it should look like. - Nilu On Wed, 2 Feb 2022, 08:43 Lari...
@promesante No problem, there are still a few things I didn't sort out, the main one of which is sessions, basically I haven't worked out a good way of getting...