-
When I create a new project using the luminus template, then attempt to run lein figwheel, I get a FileNotFoundException. I've seen a few different files appear in the error. In each case, I can verif…
-
Przymierzam się do dopisania wczytywania nazwisk z RRB.
Pytania:
1. Integrować w jakikolwiek sposób z istniejącym interfejsem nazwisk z Par/Teamów?
Mówię tu o zachowaniu opcji "Synchronizuj t…
-
What's the preferred way to create a PersistentVector with multiple elements? Would you recommend to first create a list or array, then use `concat` to benefit from the mutable vector optimization? Wo…
-
Hi,
I've upgraded to `ancient-clj 0.6.14` in my project and am able to run it fine with `leiningen 2.7.1`.
When I upgrade to `leiningen 2.8.1` I get the error pasted below.
If I remove the excl…
-
I would like to use this library in Java 6.5 on Android devices, but it's only ready for Java 8 usage.
The replacement consists on swapping the java.lang.func imports for rx.functions ones, moving t…
-
Hi,
I'm playing with immer for a project at the minute, but i also need immutable maps. I'm considering porting either Clojure's HAMTs or the CHAMP variant. Did you have any plans in this direction…
-
The [2012](https://infoscience.epfl.ch/record/169879/files/RMTrees.pdf?version=2) paper describes the relaxed indexing mechanism quite well, but the [2015](https://infoscience.epfl.ch/record/169879/fi…
-
I recently encountered a situation in which I had to enqueue a sequence of interceptors and ensure that they executed immediately after the current interceptor. As the `io.pedestal.interceptor.chain/e…
-
I have discussed it in this [thread](https://groups.google.com/forum/?fromgroups=#!topic/clojure/raxYhqEZb-4)
Cheers,
Jeremys.
-
Moin,
while implementing a primary index with ImMap i fell fack into mutable habits:
if(contains) then error else add
in my case the bias is on keys being unique and so i can just add the new…