Danie Roux

Results 6 comments of Danie Roux

I confirm all of these on lispy 20190219.1125 and cider 20181016.2217

Corporate policies and proxies does not allow the use of SNAPSHOT dependencies. I am stuck using version 1.2 because of that. And it works, except that switchUser is not implemented...

[This call in Fulcro](https://github.com/fulcrologic/fulcro/blob/45624b147332e6ab0979e6286abaf9681a7819a6/src/main/com/fulcrologic/fulcro/dom.cljs#L77) is a challenge. Since requiring `["react-dom/server" :as react.server]` in that `ns` will declare a hard dependency on `react-dom-server` that Fulcro would not want? The tests for...

@whentze this PR adds `locker.lockedClojure`, which is `clojure` wrapped with a locked classpath and a writeable `$HOME`, for use in `devShells`. I have also considered calling the wrapping script `clojure-locked`...

I am still hoping to patch this, with my ample free time 😅