Erich Oliphant
Erich Oliphant
There's some weird issue with trying to grab the sbt lib. any ideas? erich-oliphants-MacBook-Pro:android-plugin eoliphan$ sbt publish-local Getting org.scala-tools.sbt sbt_2.9.1 0.12.0 ... :: problems summary :: :::: WARNINGS module not...
Shadow CLJS has much better support NPM, etc libraries.
When modeling a typical one-to-many relationship (Order-> OrderLine) it is sometimes useful to be able to navigate to the Order when you have and OrderLine. This currently can only be...
Hi, I've run into a peculiar issue, here's a distillation: ```clojure (def registry* (atom {:string (m/-string-schema) :maybe (m/-maybe-schema) :map (m/-map-schema)})) (defn register! [type ?schema] (swap! registry* assoc type ?schema)) (mr/set-default-registry!...
Been experimenting with overriding the default registry vs wrapping the api's i use and passing in my mutable registry. In doing so, noticed that I can't do it with update-properties....
Hi, I noticed this in some of my own code but was able to reproduce with the README example ```clojure (def registry* (atom {:string (m/-string-schema) :maybe (m/-maybe-schema) :map (m/-map-schema)})) (defn...
Hi, I'm running into an issue where cljfx seems to be trying to run the JavaFX 11 startup code, even though I'm on JDK 8 in this instance. Any way...
Would be nice to have "native" support on next-gen macs. Looks like the [Accelerate](https://developer.apple.com/documentation/accelerate/veclib) library provides BLAS and LAPACK
The current profile support seemed to present a bit of a chicken/egg problem, you need a valid project in order to call configure and set the profile, but you can't...
The tracing support is pretty awesome, is the clojure support being worked, is help needed? On that note didn't see a repo for ghostwheel.tracing