Rupert Rawnsley
Rupert Rawnsley
I'm not sure why the format of the fb0 device has changed in Android 4.2.1 on the N7, but the preferred method is to use the "screencap" binary, which seems...
I don't use a configuration file, but I set SERVE_PUBLIC_CORS_ENABLED to be true in my Docker container. The rest of the configuration is completely standard. Any Hydra server with CORS...
> Faced a similar problem . The workaround is that you have to write a new subscription without the parameters that you are passing as null. You wont need to...
While the PING/PONG timer is necessary to satisfy the original requirement, the issue of calling OnClose reliably remains unsolved. As @kidol pointed out, OnClose is only called when IsAvailable is...
@hsc0der is correct. The triangles in the example file have counter-clockwise winding order as required by the STL ["standard"](https://stackoverflow.com/a/16702428/671393). Here's the first facet: ``` solid OpenSCAD_Model facet normal 0 0...
I get this as well and the cause is a bit opaque as the `electron` package is not an obvious dependency of the project. I believe it is being downloaded...
☹️ thanks for the info anyway.
Pocophone F1 and a Qualcom XR1 VR headset. I'll test on a few other devices in case I can find a pattern.
@bejado I’m AFK at the moment, but I think the problem happens for NONE, i.e. the unchanged sample code with the full version of the material builder rather than the...
@ansorre Assuming your application is online you could compile the materials in native code on a server with something like Amazon Lambda - basically matc-as-a-service. I've toyed with the idea...