Olicorne

Results 597 comments of Olicorne

I'm too looking for this feature. Having a shell way to export the vault (even though it is still encrypted!) Would allow me to then duplicate this file on my...

In my case this happens only if I use SSL (self signed, so with ssl_verify ot True on demo.launch()). If I use share I disable SSL and it works.

Thanks for the quick reply! I checked again and noticed a message in the chromium log: `Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID` Indeed I'm using a self signed certificate so I...

Progress! I managed to reproduce with your example. The image load fine in chromium with SSL on **if** I leave `server_name=None` but I get the issue if I set `server_name="0.0.0.0"`...

Thanks for the quick response. I'll answer point by point. First regarding EventData: I expected **Event**Data to work with any **event**. It's not clear to me why `.select()` and not...

Hi. Thank you very much for taking the time to explain. I understand now that you have good reasons for that and I no longer think it would be a...

Indeed it worked but you told me this was unpredictable: > The gr.Button() does not have any officially supported event that includes EventData. The gr.Button component's only supported event is...

I think I'm encountering the same issue. I noticed that after hitting stop recording my bandwidth meter displays incredibly high bandwidth like 4Mi up AND down. So I don't know...

I think I noticed that as well. My use case was a button `B` that called function `f`. Before f is called, B has value "UNDEFINED". As soon as f...

Btw in #202 (the version check was just failing) in [9b9f334](https://github.com/glutanimate/anki-addons-misc/pull/202/commits/9b9f334fc1c465e27e6cf76cff2b1056e57eefa4) but ended up fixing the qt6 issue arising just afterwards in [e264c7e](https://github.com/glutanimate/anki-addons-misc/pull/202/commits/e264c7ef653e50ad748e710aa92718d642b04c00) and now it works appart from glitching...