Balaji Vijayakumar

Results 113 comments of Balaji Vijayakumar

Hi, i would like to help on this. I can submit a PR for OpenAPI 3 support. What's the plan for OpenAPI 3 ? Are we going ahead with @rolandhaas...

@austek Ya i checked that branch, if am not wrong the plan is to first implement a asciidoc builder based on asciidoctorj and use it to implement the OpenAPI 3...

@austek , @RobWin - I will work on this part. For this section, there is a major change in openAPI when compared with swagger. In OpenAPI, there is a support...

@austek I believe a way already been provided under #393 . For any further component that we create we should make use of it like done in OverviewDocument for OpenAPI...

I have been working on https://github.com/mac-vz/macvz as a redo of lima using mac virtualization API. Am happy to extend my support/contribute over here as well :-) Currently i have been...

Sure. Am more than happy to work together :-) I went ahead with fork as i wanted to try few variations first. As you said, the goal was to submit...

@afbjorklund Yes true, we could have the drivers within lima itself. Only issue we will have is during integration, as virtualization.framework is not available for older versions of macOS I...

vz itself will not require root. Just signing binary with com.apple.security.virtualization entitlement is sufficient. **Example** Entitlement - https://github.com/mac-vz/macvz/blob/main/vz.entitlements Sample signing in brew - https://github.com/mac-vz/homebrew-tap/blob/main/Formula/macvz.rb#L15 Except for using bridge network we...

@jandubois As far as i understood, com.apple.vm.networking entitlement is there but it requires special contract with Apple to sign binaries with that entitlement. The socket_vmnet explains that well, https://github.com/lima-vm/socket_vmnet#why-does-socket_vmnet-require-root But...

Ah nice. I missed that creating tap and forwarding via vsock. Will give a try with this model as well.