Rui Lopes

Results 311 comments of Rui Lopes

@OnceUponALoop I was not able to track the root cause. check the related issue, it might have more clue.

BTW, HLS is now defined in [RFC8216](https://tools.ietf.org/html/rfc8216) and has a [chapter about fMP4](https://tools.ietf.org/html/rfc8216#section-3.3).

This would be even greater if it had support for multiple disks, like with a `disks` array, that would also allow one to set the disk size, datastore, format (like...

we should also have support for setting the number of cpu cores per socket with the rbvmomi `numCoresPerSocket` property. Probably calling this setting `core_per_cpu_count`. What do you guys think? PS...

I've an initial version at https://github.com/rgl/vagrant-vsphere

@kcrawford, can you please review/merge this PR? Is there a CI pipeline for this project somewhere? If there isn't, I can try to create one using GitHub Actions and/or Cirrus...

Can't all lines be prefixed with `[ffmpeg]` so they don't confuse other programs?

Does that mean that app store installed applications somehow have more privileges than other applications? If that's not the case, how can installing another app and switching the default browser...

But don't we need to first switch the browser to that application? If so, we are back to square one, and need to manually grant that application the required permission.

@andreasjordan, maybe I'm missing something, but what is the difference between `.\SQLSERVER` and `$env:COMPUTERNAME\SQLSERVER` when running in the same machine? Using that syntax, how do you deduce the used protocol?