Andreas Monitzer

Results 112 comments of Andreas Monitzer

It's causing a lot of trouble for my side to not have the `AbstractWindowHandle` being part of `WindowDescriptor`, instead generating it by dedicated functions. I don't know why the `RawWindowHandle`...

There are many types called “Window” in bevy. The Window created by CreateWindow is the one used by winit to link the actual OS window to the engine. It's possible...

That was my previous solution, but that complicates things in combination with this PR, making a few things redundant. I'll have to take a look if I can get that...

> @anlumo, can I get a review from you on this since you've been touching related code and working off this PR? So, sorry for taking so long. I already...

Of course, I wonder what would happen when I'd have two webgl canvas elements in use at the same time… Fortunately I don't need that right now. Maybe this should...

In the Windows application, I've found that pressing escape and selecting “Reload Application” makes it load the correct one.

The Testflight beta program is full right now.

I just spent a whole evening discovering this very same issue… 😩 I had to drill down openid ➡️ biscuit ➡️ ring ➡️ ring::io::der and use the debugger, because it's...

OpenSSL private keys are actually not compatible. What I had to do was to extract the inner part using ```sh > openssl asn1parse -inform DER -in pubkey.der -offset 24 -out...

I guess [yrs-persistence](https://github.com/y-crdt/yrs-persistence) is the result of the project @Horusiath mentioned. However, is there anyone who is working on the extension described in the original ticket description here?