Konrad Feiler
Konrad Feiler
Good question, would it be possible for you to make a condensed test example we can put in the unit tests?
First , thanks for the interest, it's so great to hear when people are actually using the code! Mhmm, good question about the dimensions though. So this would make `...
Oh well, I'd say try to open a PR, to see that tests succeed and all and we go from there :) This way we can discuss the individiual changes...
Mhmm, it looks like the automatic Unit tests aren't running through. I'll probable have to look into that. Unfortunately rather busy this weekend and afk, give me a few days...
Just for understanding, @AlexDM0 , in your use-case, the number of dimensions is very diferrent per house, it's not just that all houses fall into 2D, 3D and 4D categories,...
Mhmm, yes, I see. So each beacon can then have a `Float`-value, and a datapoint that you read has a float-distance for each beacon? like ``` struct Beacon { //...
I'm wondering whether this is actually a rather frequent use case and whether we should build it more clearly into the type `KDTreePoint` by making `dimensions` an instance variable.. got...
It might be that all people have to do is to delete the word `static` in front of `static var dimensions = X`, and the rest of the code should...
I think I can just create a warning in the `inserting` method. Also, I mean, if you use the `overrideDimensions` variable wrongly, you'll also get into trouble.
Mhmm, I haven't seen this error before. Unfortunately it is a rather cryptic one and `KDTree` doesn't even have a dependency on `libcorecrypto`. Is it possible that REPL fails due...