Emil Pettersson

Results 149 comments of Emil Pettersson

Just tested your minimal example with `v25.7.0+wvcus-darwin-arm64` (Ventura) and I can't reproduce the issue. Selecting "Restart App" in the menu quits and relaunches the application as expected. You said "all...

Absolutely, there are just a lot of other things going on that has priority at the moment, so I'm not entirely sure when there will be time to debug this...

I did look into this a bit more recently, and I am able to reproduce it on Linux (but nowhere else). Unfortunately the cause is not clear so there is...

This took us a bit by surprise as well because Google has been pretty lenient in keeping the CDM available for older releases. Their policy is to support (at least)...

About the `whenReady()` issue, I will look into it. I agree that this problem should cause a rejection of the promise. There are some potential complications here though. For one...

I confirmed that the Component Updater is not returning an error, which is why the promise is not rejected. While we consider what to do to improve this a relatively...

We have made some improvements to the Components API to have better control and error reporting, which will roll out in the upcoming builds. Among the improvements are some extra...

Thanks for the report, we will look into this. It looks like we may be treating deprecation warnings as errors, but we might as well look into supporting the updated/safer...

I can't actually reproduce the error you are seeing, I only get deprecation warnings logged (with `python 3.12` and `cryptography 42.0.2`), otherwise things work as normal. Perhaps you have a...

`castlabs-evs 1.1.2` has been published to PyPI, and it contains updated support to deal with the changes in the `cryptography` API. You can update with something like: ```console % python3...