Fedor Korotkov
Fedor Korotkov
Tart maintainer here. 👋 We'll be great to see something like the following to be supported. ```yaml name: Tests jobs: test: runs-on: ghcr.io/cirruslabs/macos-sonoma-xcode:latest ``` We are willing to help in...
Hey @Hackmodford, We don't have any plans for adding MAUI. Flutter is there for backward compatibility since we've been supporting Flutter builds within [Cirrus CI](https://cirrus-ci.org/) for years now.
We can try with only [`strictNullChecks`](https://www.typescriptlang.org/tsconfig#strictNullChecks) if `strict` is too noisy.
I don't think we'll ever be able to pin CPUs so will close the issues as not planned. `Virtualization.Framework` does a good job of balancing the load between performance and...
Alternatively we can support a comma-separated list of resolutions for `tart set --display 1200x800,1600x1600 ventura-base`. Cirrus CI supports `CIRRUS_DISPLAY` environment variable for setting the display resolution. What do you all...
Yes! 👏 It doesn't work for the current seed but will be enabled in the next ones. Once we can verify it's working we'll close the issue as completed.
Apple Login is now working. I've just tested it with `ghcr.io/cirruslabs/macos-sequoia-vanilla:15.1` image on a Sequoia 15.1 host.
I ran the [following Pytorch](https://developer.apple.com/metal/pytorch/) example inside a Tart VM and indeed it seems not supported by underlying `Virtualization.framework`. Seems it's not supported yet but hopefully there will be some...
With a little bit more investigation it seems the `Virtualization.Framework` should support Metal. It's mentioned in the last years WWDC video on [`10:53`](https://developer.apple.com/videos/play/wwdc2022/10002/?time=644). There is even [`ParavirtualizedGraphics.Framework`](https://developer.apple.com/documentation/paravirtualizedgraphics) that predates `Virtualization.Framewerk`...
That's pretty cool! Will be nice to add an example to documentation. 👌