Andreas Monitzer
Andreas Monitzer
I just published a new version with my dependency updates!
Also, I'd appreciate if you could open up a pull request with your changes for the `client_secret`.
It's possible on Windows 10 and 11: https://github.com/jnschulze/flutter-webview-windows
I suspect that if there's no Future to process other than the idb one, it's always going to bounce to that one when the transaction is active again, making this...
I'm recording the last access date, so I'm updating the timestamp there.
I'll try to come up with something.
@elsirion that's what Dexie is doing. This ticket is about Rust Futures being inherently incompatible with indexeddb API. It's not possible to correctly convert from the transactions in indexeddb to...
There's an article about the company behind wasmer that might help with the decision: https://mnt.io/2021/10/04/i-leave-wasmer/
I personally am looking into using deno_runtime as my wasm runtime, because that should make it easier to also support the Web environment (in theory).
The important part of the libmpv API is that the only point where it has to connect to OpenGL is the `glGetProcAddress` function call. If you manage to forward the...