Guillaume Pelletier
Guillaume Pelletier
Hi guy's, was looking for .Net Core implementation. Did not find it so I builded it. you can find the source [here ](https://github.com/pandaGaume/JsonLogic.Net) on git.
This PR add support for draco compression to the Core lib. For the purpose, we divided the DracoCompression class into an Encoder and a Decoder, keeping the old API with...
When not responding server (connected but faulted), and when the client want to cancel (timeout) using CancellationToken, the client is block for ever waiting for a response. this happend [here](https://github.com/microsoft/vs-streamjsonrpc/blob/4ce94133e98339c1651b6318b4837d0df165dc12/src/StreamJsonRpc/JsonRpc.cs#L1743)...
Hi All, I'm working on a CoAP Udp Reliability Handler. The DatagramSocketChannel is NOT providing a Context for each connection which also mean that it's "single threaded" over ONE EventLoop....
Hello, Following the new expected [KHR_behavior](https://github.com/ux3d/glTF/tree/extensions/KHR_behavior/extensions/2.0/Khronos/KHR_behavior) i was wondering to include a new way to add telemetry (in the sense of IOT sensors input) input as extension of [event node](https://github.com/ux3d/glTF/blob/extensions/KHR_behavior/extensions/2.0/Khronos/KHR_behavior/schema/event/eventNode.OnValueChanged.schema.json)....
Initial COLLADA Pull Resquest
Limitations are: - do not export animation (skin is imported). - do not export Light. - do not export Camera. - do not correctly import effect -> need review on...
Do you have plan to import/export model from/to [ONNX](https://onnx.ai/) standard ??