OvermindDL1
OvermindDL1
Is there going to be a rust client built on web-sys, native, or others as well? It would be very useful to be able to access it directly from within...
> @OvermindDL1, are you looking for something like wasm-sockets? I think it would be a nice test to check if this PR and wasm-sockets are compatible. In short yes. Being...
Will there also be a way to open standard websockets without a channel-like API, sometimes we have to use client libraries that we don't control how they talk over websocket...
I think @nicoburns is more referencing when one is forced to use a JS library that does their own client websocket handling, which is more annoyingly common than one would...
@toxeus That doesn't really seem appropriate to post here? Especially as the reason a lot of people like using rocket is due to how its path resolution and guards work,...
@toxeus The community tends to pretty well know about about axum at this point though, I keep hearing about it all over the place. ^.^; What would be nice is...
Another use-case I just hit with rocket, needing to allow graphql subscriptions at a certain route, and well no websockets, of which the graphql layer needs to take over as...
For OGL compat drivers, even with travis you can still install a software reference renderer via MESA or so.
Or you can just add the MESA Software Reference calls 'as' a renderer in the engine too (this would be great for a few more reasons as well), some simple...
You can force override ecto/ecto_sql via `override: true` in it's dependency, and arc_ecto will 'mostly' work, however there is a bug that still prevents it from working, attempting to use...