Timo Hausmann

Results 25 comments of Timo Hausmann

I made one call every 4 hours and ran into this issue aswell. I switched to the official Instagram BasicDisplayAPI now, since I only need post data from one customer...

Hey, it's a TS file. The issue seems to be that both [index.d.ts](https://github.com/webarkit/jsartoolkitNFT/blob/master/types/src/index.d.ts) and [index.ts](https://github.com/webarkit/jsartoolkitNFT/blob/master/src/index.ts) have a default export of an object literal. I'm not sure if deconstructing default exports...

This is now available in [quadtree-_TS_](https://github.com/timohausmann/quadtree-ts) Example: https://timohausmann.github.io/quadtree-ts/examples/update/

https://github.com/theatre-js/website/pull/4 😅 gotta start contributin somewhere

I see that insert runs very often but not infinitely, can you provide an example? It takes a long time to insert 100 objects that fill all nodes, maybe you...

Same, there is no "javascript" template in this repository. I found two workarounds, these examples will create a json format, adjust the output to your likings. ### Workaround 1: write...

Thanks for bringing this up, we should add a test for this case where lines lie directly on edges. The current Line.getIndex has another flaw I know of (I just...

Hey @shiffman , I think they were talking about the Link _Code for v2: PointCloud_ at http://shiffman.net/p5/kinect/. It should point to the [folder](https://github.com/shiffman/OpenKinect-for-Processing/tree/master/OpenKinect-Processing/examples/Kinect_v2/DepthPointCloud2) and not the PDE, since it requires...

@o-pperator the variable CameraParams is defined in another file, make sure you have the entire project (with data folder and CameraParams.pde) in your sketch folder and not only DepthPointCloud2.pde (see...

It seems to only occur in dev, so maybe I could disable the SW in dev if I'm not working on it.