Arnaud Gourlay

Results 234 comments of Arnaud Gourlay

Applies also to the "let ring" effect.

Partially fixed with https://github.com/agourlay/ruxguitar/commit/de958c22c01a0a9c3a74d70236c99d009c2a47a7 Still need to handle longer chains

Fully fixed in https://github.com/agourlay/ruxguitar/commit/9bd2a07ce867dd6ede6e7ceec9c80d7e9d39d92f Will be part of 0.5.7

I have made some progress on this issue with a bit of a hacky solution due to some missing bits in Iced. There is a bit of boilerplate to recompute...

Fixed in https://github.com/agourlay/ruxguitar/releases/tag/v0.2.0

This looks like adding support for facets on indexed payload values.

What do you mean exactly by matching a sparse vector? Are you referring to the number of points which have a vector with a least one overlapping dimension with the...

Can you please elaborate on the use case to motivate the feature.

So to recap, your proposal is that there should be an additional result field containing the total number of vector matching a query. For sparse vector, matching is defined by...

Hey :wave: I am running into a similar error while running bustle against my KV store implementation. Using the `Mix::read_heavy()` strategy on a single thread. The same assertion fails without...