Nikolay Edigaryev
Nikolay Edigaryev
> For example [here](https://cirrus-ci.com/task/5325306236502016?logs=clone#L211), the log message indicates that the checked out commit is b160ddd00f9ccc37696b0fdf268d76ad85146453, which is still on the PR branch. In other words, it's _not_ the merge commit...
Closing because the TTL was implemented and deployed (see `RepositorySetMetadataInput`'s `ttlSeconds` field in GraphQL schema).
>However as of 1.0, device attributes are only used for constraints and a single device can only be used by a single allocation. This means you can't create custom devices...
> Isn't that the same as having custom integer-based resources? In a hacky way, of course. After quick searching through GitHub, found the [nomad-generic-device-plugin](https://github.com/Evertras/nomad-generic-device-plugin). It seems to achieve exactly that,...
Doesn't seem to be possible at this point, see https://github.com/docker/for-mac/issues/5263. Doing something similar to [VirtualHere](https://www.virtualhere.com/) is an option, though, but most involves (1) delving into, most likely, [IOUSBHost](https://developer.apple.com/documentation/iousbhost) and [IOKit](https://developer.apple.com/documentation/iokit)...
> I understand there is currently not the possibility of setting a specific Serial Number, but is there any method to randomly generate a new one? I'm attempting to setup...
> another ECID value and this causes the Virtualization.Framework to hang up Doesn't seem to be the case anymore with macOS Ventura, see @fkorotkov's [`machine-identifier`](https://github.com/cirruslabs/tart/tree/machine-identifier) branch which generates a new...
>Yeah, I've poked around the code and didn't find a way to support it. Seems there is no way to get handle on a keyboard to send fake strokes. So,...
I've just tried building & running Tart on a macOS 14.0 Sonoma (23A5276g) host with macOS 14.0 Sonoma (23A5276q) guest with the following snippet added to a `VM.craftConfiguration()` ```swift //...
Softnet [prevents communication with non-globally routable networks](https://github.com/cirruslabs/softnet/blob/ce129ba5cb53c23ba7a538c467d310cf7d09eaa7/lib/proxy/vm.rs#L66), is that your case?