Ambrose Bonnaire-Sergeant
Ambrose Bonnaire-Sergeant
If `java-time` requires namespaces in a different order, the conversion graph will be different. - [ ] unit test the current graph - [ ] think about how to maintain...
Some things we need for babashka support: - java.time.temporal.TemporalUnit - java.time.temporal.ValueRange - java.time.chrono.Chronology - java.time.temporal.JulianFields Note: cljc.java-time throws errors dynamically in these cases for bb https://github.com/henryw374/cljc.java-time#cljcjava-time WIP: https://github.com/babashka/babashka/pull/1298
Another attempt at https://github.com/metosin/malli/pull/507
FWIW this was happening even before https://github.com/metosin/malli/pull/504 was merged, eg., https://github.com/metosin/malli/pull/503/commits/eef669000d988244f0a4254ac0e222a430fc9333 ``` Testing malli.generator-test {:result true, :num-tests 100, :seed 1628436386881, :time-elapsed-ms 13556, :test-var "cat-test"} {:result true, :num-tests 100, :seed 1628436400443,...
Please answer the following questions and leave the below in as part of your PR. - [ ] I have read the [developer documentation](https://github.com/babashka/babashka/blob/master/doc/dev.md). - [ ] This PR corresponds...
Please answer the following questions and leave the below in as part of your PR. - [x] I have read the [developer documentation](https://github.com/clj-kondo/clj-kondo/blob/master/doc/dev.md). - [ ] This PR correponds to...
_Please hide whitespace changes when reviewing_ The original problem I had was implementing the [Sharing the Stage](https://docs.oracle.com/javafx/2/deployment/preloaders.htm#BABBBBBJ) tutorial, where I wanted the preloader's stage to be inherited by cljfx seamlessly....
TabPane's seem to respond better to this when subscribed to :tabs.
As of 0.5.1, the jar of this project contains: ``` clojure/lang/IBlockingDeref.class clojure/lang/IDeref.class ```