John Jacobsen
John Jacobsen
Currently the (square of the) Euclidean distance is the only metric allowed, with the simplest (i.e., non-wrapping) topology. I'd be interested in getting this to work on e.g. a sphere...
consider this minimal `project.clj`: (defproject ancientclojure "0.1.0-SNAPSHOT" :plugins [[lein-ancient "0.6.15"]] :dependencies [[org.clojure/clojure "1.8.0" :upgrade :clo]]) We're used to excluding specific dependencies using the `:upgrade` tag in `project.clj`; however, this does...
Hi Mike, I'm playing with `imagez` for a small project. Right away I wanted to be able to get or set individual pixels in an image. I first went down...
From https://gist.github.com/eigenhombre/204400c786f9dba3a8d3193d3ce1542a: - [x] LICENSE file, including disclaimer - [x] Automated build via Docker and GitHub Actions - [x] Build badge - [x] Artwork - [ ] Versioned - [x]...
similar to `*command-line-args*` in Babashka