Erik De Rijcke
Erik De Rijcke
Judging by the wrapper code these should be available in js land?https://github.com/uNetworking/uWebSockets.js/blob/master/src/HttpResponseWrapper.h#L43
**Are you using jest or chai**? Jest **Are you using OpenAPI 2, 3.0.X, or 3.1.0?** 3.0.x **Describe the bug clearly** Verification fails when using binary string format, incorrectly expects plain...
Followed build instructions. The build errors out with: error: no matching function for call to ‘v8::Object::ForceSet For all references to this function.
It seems some excessive(?) subarch specific optimizations are enabled when building a release binary. This causes a SIGILL for me when I try to use binaries build on Travis (x86_64,...
The docs mention how to define a js function and use it as a C function pointer. How would one go the other way around? I imagine this to be...
Is there a way to support cyclic struct declerations? Normally in C you would eagerly declare the struct without a body to work around this. However when I try this,...
closes #104
Currently the proxy waits for confirmation from the browser before it starts encoding the next frame. This hard couples the frame update with what is effectively the input latency. We...
Currently when a user exits the compositor, all applications are destroyed. In theory it should be possible to persist all application/client related state to a database. This allows for resuming...
Currently [Flutter Web](https://flutter.dev/web) uses [CSS Houdini](https://developers.google.com/web/updates/2016/05/houdini) as it's paint back-end. For it to be able to run as a Greenfield web-app, we need to implement a custom renderer that can...