samcarey

Results 11 comments of samcarey

Ok I found a mac and opened the showcase page on my iPhone in Safari. I get the following error in the console: ``` [Error] Unhandled Promise Rejection: TypeError: getObject(arg0).exitPointerLock...

I have the latest version of iOS Safari, which is 15+. Some of the bevy examples (button, text) work. I can't seem to get the 3D ones (3D scene, load...

@etschneider's workaround seems to fix the deadlock for me, and the `deinit` and `drop` functions for the block get called too. Thanks! I decided to go ahead and wrap the...

No. Even with the struct wrapper, it deadlocks if the Runtime doesn't have its own let binding. I don't think that's a concern for me, now that I know to...

Is there a working example of using `rfd` with `bevy`? I tried the following and it blocks on the call to `poll` until I close the dialog. What am I...

I figured out how to use `FileDialog` asynchronously using the new [async_compute](https://github.com/bevyengine/bevy/blob/6d6bc2a8b4c243a670b34032de8ed9dec7d70d44/examples/async_tasks/async_compute.rs) example. I didn't see it before because I was looking at the `0.5.0` tag, which doesn't have it....

I'm thinking of making a long-duration game using matchbox/bevy_ggrs, but the inability to recover from problems is making me wonder if it's feasible. It's just too easy for disconnects to...

Ok, maybe the `DiscoveredVia` info isn't the best way to handle this. I think what I'm looking for is a way to get a list of actual readers and writers...

> We are currently working on a workaround or alternative approach to provide this. Any update on this? Does the workaround still seem possible?

Looks like it's in alpha now: https://www.influxdata.com/blog/influxdb3-open-source-public-alpha/ So I guess work can start on this now?