Scott McLeod
Scott McLeod
@feakuru I was able to get `{:pkaday-attrs {:format "moment-js-format-string-here"}}` working by adding https://clojars.org/cljsjs/moment to my project.clj/deps.edn and requiring `[cljsjs.moment]` in the `ns` form the component is defined in.
@joschi what are your thoughts on this? > @halcyon I think droping the jdk filter opened up the filter for static libs, something i didnt notice in #162 (introducting this...
I should be able to add a token in the near future to resolve this.
LGTM. @joschi thoughts?
What if one changes JDKs but does not change the working directory? Why should JAVA_HOME not be updated in this case?
> This would most likely behave the same way as the `bash` script version. Workaround would be to just cd out and back in. > > Reducing the # of...
> @halcyon Perhaps we can set some another environment variable to notify if JDK as changed with `asdf` command. > So that we can short circuit the operation? Sounds promising....
LGTM! @joschi thoughts?
@leonard84 @delgurth Can we get the conflicts resolved? Thanks.
@NerdsvilleCEO webstart is deprecated in Java 9 and was removed in Java 11. You may want to check out https://openwebstart.com/ for a non proprietary variant.