Karsten Schmidt
Karsten Schmidt
@Bnaya haven't done anything specific on this yet, but just wanted to record a mental note here that the thi.ng/binary package now includes a [`IS_LE` constant](https://github.com/thi-ng/umbrella/commit/856e035d68d727c717ce1cbb021e171fca81e3a8) which will be true...
Some initial list: - outlines - currently only used for displaying keyboard focus, but outlines would also be useful more generally - component specific config - e.g. the hover colors...
@nkint instead of adding these variations to the theme directly, a simpler way would be defining them as derived themes and then just pushing/popping them on/off the theme stack: ```ts...
@larsbrinkhoff that's the idea, yes, but I can't promise yet how close to a standard impl this will (ever) be, nor when... been working on some ASM foundations (and studying...
This too looks v. interesting: https://github.com/stefano/wasm-forth
@charlieb i will take a closer look at this over the weekend. my first hunch is that the large selection sphere is in the wrong place. the octree (as defined...
the other thing is that i can't recall right now how points outside the octree volume are handled (if at all). i think this might cause some issues, so please...
yeah, sorry - that part of the library is very much under-documented :( In general, for use cases like this (unknown/growing regions to be indexed), a k-D tree is definitely...
So I can confirm that, as predicted earlier, the error/hang has to do with inserting points outside the defined octree volume, which really is a kind of user error, since...
Btw. Fixing this would make a nice & easy PR. Just need to decide how to deal with the case of trying to index an outside point, e.g. return `nil`....