Vladimir Panteleev
Vladimir Panteleev
> * if we are interested in getting average of the collection subset (aka "class archetype"), why would we need to provide any additional vectors in the query itself? Isn't...
> If you need to average 100k points, wouldn't it be more convenient to provide a filter condition instead of just a huge list of IDs? BTW, on this note,...
Makes sense. Let me know which way you want take this (or I'm happy to continue using a local fork if this is not generally useful).
Thanks. Is it possible to fix the regression?
> You would do it like: I'm trying this patch: ```diff diff --git a/utils/vec.d b/utils/vec.d index 337e530c..04087f47 100644 --- a/utils/vec.d +++ b/utils/vec.d @@ -118,7 +118,13 @@ struct Vec(T) newData.reserve(newCapacity); assert(newData.capacity...
> You have the ordering of the operations backwards. Again, this is why I didn't expose directly, because I'm not sure of the best API. It's awkward to say the...
> Dub will not run unittests of dependencies (as discussed [here](https://github.com/dlang/dub/issues/1735)). But this isn't possible in the general case, right? Especially with templates (i.e. a unit test inside a template,...
> Bikeshed colors: the _status quo_ would be called "copy" and my new functionality would be called "auto"? Works for me!
> It will take me a bit more time but it seems worthwhile to me. Happy to pick this up from here, BTW.
> and I also think its a bad idea to hijack browser keyboard shortcuts Factual correction on this note specifically - RES does not "hijack" browser shortcuts; most of its...