Victor Stewart
Victor Stewart
this still isn't fixed in 15.0.2?
can't wait to see!
+7 :)
I can't commit to this responsibility now as I'm still in the research phase, and wouldn't be beginning the efforts for at least 6 months. That said. My team and...
i think it would be super helpful if we put together an agenda of work that would need to be accomplished to achieve full iOS and Android support
off the top of my head... 1) a way to create a client engine and a server engine 2) initiate a connection to a server from a client 3) feed...
this node initiating the layout transition wraps 3 different subnodes and shows only one depending on the node's state. if i use ASWrapperLayout, then this crash happens... but if i...
juxtaposing the performance variance between epoll and io_uring for 512 + 1 client in test 1... vs equivalent performance in test 2 with that usleep... my intuition is all the...
i solved this by creating my own RTTI type then my own pointer extension, but the fundamental issue remains ``` struct StaticRTTI { template static size_t get(TBase& obj) { return...