Davor Hrg
Davor Hrg
cadhub is a bit frozen at the moment. Owner and main dev changed jobs, so the project is in a limbo. Hopefully the project will continue, but I do not...
I tried multiple versions and in `13.0.4` and `13.6.2` copying - `performance` - caused hang in Bun test. - `Infinity` caused: Attempted to assign to readonly property. I added them...
@capricorn86 thanks for the update. a simple test project with a webcomponent now works using bun. Unfortunately I came into another hurdle https://github.com/oven-sh/bun/issues/10013#issuecomment-2041622807 luckily the mentioned issue is windows only,...
I have a similar problem with a simple project that uses happy-dom for testing. Also on windows 10. I can confirm that it works on linux. If `bun install` is...
Error is not the problem. The problem is that the author @Irev-Dev, looks like it, has abandoned the project :(
It is better to expect proper input for booleans, because if we start adding defensive checks all over the code it can quickly kill performance,
I retract my comment due to project owner disproval of the content
I have noticed your toxic behavior already in your replies to other issues, and that is why i did not post any links in the linked post you mention. I...
I did not mean for motion-canvas to use something else, but maybe to extract the signal implementation as a lib. Each signals implementation I stumbled upon is different in some...
@z3dev yes, I am using gl-matrix in the above mentioned treeshaking friendly way .. for example here https://github.com/hrgdavor/jscadui/blob/main/packages/orbit/src/calcCamPos.js ... a bit of digression: I also am doing this freaky thing...