Ian Bucad

Results 8 comments of Ian Bucad

Rebased and resolved conflicts. Kindly re-review 🙇

Just curious, can you try adding the following to your Vagrantfile? provider: vmware_desktop ``` config.vm.provider “vmware_desktop” do |v| v.gui = true end ``` provider: virtualbox ``` config.vm.provider “virtualbox” do |v|...

> I have tried adding the above to my Vagrantfile. Perhaps I am adding it incorrectly but it keeps yelling at me that it needs an end. > > >...

oh right, you have virtualbox as a provider, so change vmware_desktop to virtualbox. If above doesn't help, I also just remembered that virtualbox is still in beta for M1

At this time of writing, I believe your current usable options in running a Windows guest on Apple Silicon M1/M2 chips are [VMware tech preview](https://blogs.vmware.com/teamfusion/2022/07/just-released-vmware-fusion-22h2-tech-preview.html), [UTM](https://mac.getutm.app/), or [Parallels](https://www.parallels.com/). With Virtual...

> @sigmavirus24 thank you for the merge! Could it be possible to release them? Thanks! piggybacking on this. Would it be possible to make a release with the fix included?...

It would be interesting to see the response from the metrics endpoint if it conformed to Prometheus data model