David Nies
David Nies
The Java plugin for VS Code has the really nice features "find all references" and "peek references". It would be really nice if `clojureVSCode` had them too.
## TL;DR On windows, no release after v0.7.0 can be installed. This is due to a PNG file below `./doc` that contains a strange character which prevents git checkouts on...
This PR adds the p-Wasserstein distance (a.k.a. Earth Mover Distance). Calculating the p-Wasserstein entails solving a linear program. This is done using JuMP.jl with the Cbc.jl optimizer. Fixes #37
__Proposal:__ Some crucial APIs such as `organizations_api`, `bucket_api`, `tasks_api` and `authorizations_api` (among others) are not yet availably as async APIs. They should be available to enable users to go fully...
I started an attempt to make pydust compatible with Zig 0.13.0. For this, I created a tiny playground project that uses pydust via `build.zig.zon` with the goal to have a...
This PR updates the zig-overlay flake and makes code compile for Zig 0.16. Closes #45