Nikita Prokopov
Nikita Prokopov
reported by @KGOH
One example: // comment on the first line
And possibly shrink
Currently, using editscript with `(set! *unchecked-math* :warn-on-boxed)` prints this warning: ``` Boxed math warning, editscript/diff/a_star.cljc:121:20 - call: public static java.lang.Number clojure.lang.Numbers.unchecked_add(java.lang.Object,long). ``` This patch fixed this. Source: https://clojure.org/reference/java_interop#typehints
Steps to reproduce: 1. Paste `0067E2` into RGB Expected: - OkLCH has something like `oklch(54% 0.20 258)` Actual: - OkLCH has `oklch(54.12% 0.203760003850602 258.38835815691493)` 