Felix Yadomi
Felix Yadomi
I had the same issue with the latest release of fSpy and Blender. This seems to come from this: https://github.com/stuffmatic/fSpy-Blender/blob/6c860b35397ec5c14b51c86445e2f2907de12403/fspy_blender/addon.py#L183-L187 `bpy.app.tempdir` return a path to a directory that does not...
Any update about this ?
@Haroenv there a [github webhook](https://developer.github.com/v3/activity/events/types/#repositoryevent) which is triggered on every new created repository A simple node service somewhere that commit to this repo every time a new repository is created...
Indeed, didn't know about `managed` props. I does makes sense then, but I feel having `.isOpen` always to true in most case when `managed=false` is a bit confusing. Was this...
This could be great, but not that easy. The Hue Entertainement API use UDP instead of HTTP which is why it's faster. This mean a lot of code rewrite because...
Well, the EDK and SDK links provided [here](https://developers.meethue.com/documentation/getting-started-development-hue-entertainment) from the Hue documentation are not found on GitHub. Don't know how to access them. However, I think it shouldn't be that...
Hello, I've did some research too and I'm stuck on the same point than you. I've found your reddit post when searching for DTLS stuff. I can successfully connect using...
The `HUE_PSK` is the raw `clientkey` returned by the JSON on the `/api/newdeveloper` endpoint with `generateclientkey` set to true in the payload, I think the `s_client` do the transform itself...