Daniel Slutsky

Results 103 issues of Daniel Slutsky

source: ```clj [(+ 1 2) ; comment A (+ 3 4)] ; comment B ``` rendered output: ![Image](https://github.com/user-attachments/assets/cccc65ea-ee62-49d5-bd5e-f12e78f5dbe5) Thanks, @zcaudate

The namespace `tech.v3.libs.buffered-image` extends `BufferedImage` with certain protocols, including the extraction of shape (`tech.v3.datatype/shape`): https://github.com/cnuernber/dtype-next/blob/9170e69/src/tech/v3/libs/buffered_image.clj#L160 In unknown image types, it is assumed only one band: https://github.com/cnuernber/dtype-next/blob/9170e69/src/tech/v3/libs/buffered_image.clj#L177 However, the number of...

``` $ clj -Sdeps '{:deps {cnuernber/dtype-next {:mvn/version "10.146"}}}' Clojure 1.12.2 user=> (require '[tech.v3.tensor :as tensor]) nil user=> (tensor/compute-tensor [3 4] (fn [row col] (+ (* row 10) col)) :int32) [#tech.v3.tensor[4]...