Results 43 comments of Greg Fodor

Nice work on react-native-dom! I've been spending some time digging into WebGL UI rendering for WebVR, and when the time comes to consider it for RNDom this might be a...

I have a use case for this too, where we want to spin up GPU resources to do live video streaming of a WebGL application but be able to relinquish...

Hey I dig this project - on the subject of secure trackers though one concept I’ve been kicking around for a while is “verified cloud functions.” Put briefly: you push...

Hey Stefan, we are not running master of this plugin for hubs currently, but a version before the recent changes and the websocket multithreading. @mqp may have an idea of...

I ended up working on this problem elsewhere, one thing missing from this PR is properly handling the `document.activeElement` reference in the bubble theme.

Could the glibc issue be mitigated by using a layer and then burning in a new `rpath` using PatchELF? https://nixos.org/patchelf.html

Sure. `pre-upgrade-restart` - For applications (like Erlang/Elixir applications) this is useful for preparing/performing hot code reloading, since it allows capturing a package upgrade event `pre-config-restart` - Hard to think of...

Heya, the reason I converted NAF to use flatbuffers was because when profiling the elixir servers for Hubs, for large events, the two major CPU bottlenecks on the server was...

Wrt using websockets for audio I would def caution against that, as the head of line blocking on spotty networks I would imagine would be very problematic for maintaining quality...

Mentioned plenty of times, but documenting here - for this feature, I feel strongly we need a rollback strategy (ideally a software switch) as well as a plan for if/when...