Mikhail Kuzmin

Results 34 issues of Mikhail Kuzmin

`(compare [1] [2]) ;; -1` is ok because vecotors are Comparable. `(compare '(1) '(2)) ;; BOOM` throws an exception because lists are not Comparable, it's expected. `(compare ['(1)] ['(2)]) ;;...

Why the VAET index wasn't implemented? Will be it useful to implement it?

Hi! When I use AreaStack I can't get an original `yAccessor` of an AreaSeries from `useContext(DataContext).dataRegistry`. `yAccessor` is equal to this [function](https://github.com/airbnb/visx/blob/42d3213fe5286388fc456eade9b3874d096616aa/packages/visx-xychart/src/utils/getBarStackRegistryData.ts#L12-L14). `yAccessor`s of LineSeries are original but ones of...

Hi! It's for latest clojurescript "1.10.741". ``` {:deps {org.clojure/clojure {:mvn/version "1.10.1"} org.clojure/clojurescript {:mvn/version "1.10.741"} com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"} com.bhauman/figwheel-main {:mvn/version "0.2.4"}} :paths ["src" "target" "resources"]} ``` ``` {:main example.core} ``` ```...

I want to tag images with number of revs counted by command `git rev-list HEAD --count`. Could you add a new expression?

kind/enhancement

Hi! Is it planed to implement clojurescript support?

enhancement
help wanted
clojurescript support

``` operator.clj:149 recur arg for primitive local: sum is not matching primitive, had: Object, needed: long Auto-boxing loop arg: sum ``` Is this patch correct? ```clojure (defoperator + [methods invoke]...

help wanted

Is it possible remove WeakReference usage or add generic WatchingCache? JavaScript engine does not implement WeakReference but implement WeakMap. For clojurescript support #20

clojurescript support

I replaced `definterface+` with `definterface` for further clojurescript support #20. UPD: Also I replaced `deftype+` with `deftype`. Helper functions are not inlined like potemkin do because I not see any...

clojurescript support