Daniel Kales
Daniel Kales
Also ran into this. A fix is to call `lein uberjar` in the Dockerfile without the default profile. ``` RUN lein with-profile :uberjar uberjar ``` Or just fix up the...
Just happened to stumble across the same bug when trying to parse [cryptobib](https://cryptobib.di.ens.fr/), since they have some empty strings. After first patching it myself locally, and later finding this issue,...
FYI, it seems that there are now new releases available: https://github.com/raphlinus/pulldown-cmark/releases/tag/v0.9.6.
We have just encountered a case where the new metrics function is producing very misleading choices for the witness amount. We have a large dot-product component spanning several rows, and...
we also had a similar issue in that the MLIR to LLVM toolchain outputs mallocs with constexpr operands they look like ``` %15 = call ptr @malloc(i64 add (i64 ptrtoint...
@bgillesp @naure I tried to also handle changes in the HNSW variant, please take another look if I missed something
> I think using the CudaViews is a fairly okay work around for this (probably why it's usable in the first place). Creating a view is very cheap and you...
Have now addressed most of the comments here, should be good for staging now @philsippl