Nikolay Edigaryev

Results 72 comments of Nikolay Edigaryev

> Would this be similar to, not being able to route network traffic down an established VPN connection on the MacOS Host? I think this is more similar to https://github.com/cirruslabs/tart/issues/473,...

> If your standalone executable needs to do this, wrap it in an app-like structure What if we would ship an App as an option, though? Seems like it would...

> Will this feature allow bridging to multiple network interfaces? See [#384 (comment)](https://github.com/cirruslabs/tart/issues/384#issuecomment-1418942546) for more information. It's possible to attach multiple network interfaces with `Virtualization.Framework`, however, we haven't tested how...

What problem the colors are going to solve? Colors normally allow you to discern different bits of information quickly, but Tart's output is not that complicated at this moment.

>Standardisation or error/warning messages Do you have log-like output like `WARNING: failed to do something` in mind? >and beauty, this is a nice to have Beauty is a pretty subjective...

I was able to reproduce the screen tearing by scrolling [Elon Musk's Twitter account](https://twitter.com/elonmusk) repeatedly in [Chrome](https://www.google.com/chrome/), but no crashes, though. My configuration is: * macOS 12.5 (`21G72`) * Apple...

It's nice to see Tart being available in Homebrew directly, but this is somewhat a regression due to slower release time, the Homebrew's repository and review process being the bottleneck...

> Especially for version updates, they have update detectors and maintainers and contributors are eager to keep every formula up to date. Good to know that! But still, we need...

Unfortunately, the [`Virtualization.Framework`](https://developer.apple.com/documentation/virtualization) that the Tart uses does not support VM state serialization yet. Regarding the [`pause` method](https://developer.apple.com/documentation/virtualization/vzvirtualmachine/3656824-pause), it doesn't seem to cover the use-case described as it only stops...

Will keep this open as it seems that other `not possible atm` issues are open too.