Alex
Alex
Is this dead?
That's a shame. I recently started a new project using vis and encountered a few bugs. I figured I'd fix the group issue but with all the changes to the...
I'd be happy to make a pull request, but I'm not exactly sure how to properly do it while protecting the user from not putting different dimensions into it. I'm...
I have made a pull request without breaking anything, any thrown errors will make breaking changes. It is not as friendly as could be, but at least it is fully...
Sure, no worries. I’ll just continue building my integration after the weekend and we can see how (and if) you want to integrate the result.
A house contains a number of broadcasting beacons, which we sell (called Crownstones). Each user can have a different amount of beacons in his house. A user can be invited...
Int value actually, they are signal strength indicators. I'll first construct a sorted list from all the collected datapoints. So index 0 is beacon X index 1, beacon Y etc....
Except you lose the guarantee that all datapoints in the tree have the same dimension. This is an important point for the tree.
You could have a class which gets the dimensions on initialisation, which can wrap your methods, do checks and error reporting and use the dimensionOverride internally. That way users won't...
Yes, but you can document that with a warning. If you use this, its up to you to have your stuff in order. A sort of advanced usage. Most users...