Ilya Kulakov
Ilya Kulakov
@MikeMcQuaid Just to clarify, by “intact” I meant `[email protected]`, i.e. as created by `brew extract`. Does the above still apply?
In other words `homebrew/core/sqlite` and `my/repo/sqlite` can co-exist (installed at the same time), but `homebrew/core/sqlite` and `my/repo/[email protected]` cannot. And the reason for this is that compatibility: old version of the...
> The layout of the bottles. Extract one and you'll see. I see now. Is there a way to keep versioned name for the formula (so I can have both...
@MikeMcQuaid Just to confirm, there is currently no interest in having the `--archive` option either to extract the unmodified formula, exactly as found (i.e. without renaming and stripping bottles)?
It does, but the builtin behavior is convoluted. There is [`autofs`](https://github.com/apple-oss-distributions/autofs/tree/main) and then there is [`diskarbitrationd`](https://github.com/apple-oss-distributions/DiskArbitration/tree/main/diskarbitrationd). Neither is suitable to mount arbitrary `auto` file systems from /etc/fstab. - `autofs` only...
Would you consider obtaining signing certificate from Apple? I want to contribute a script to create a pkg installer with binaries for macOS.
Piggybacking, but the "Edit With" feature of Apple Photos relies on the following workflow: 1. In Apple Photos user selects a photo then "Edit With" -> "Some App" 2. Under...
Apple Photos exports in TIFF (although I’m not 100% sure this is always the case), which fits “raw development”. Apple Photos also takes care of tracking changes and maintaining the...
@sigiesec I did not benchmark it, because the goal was to make it to work at all. We run this code on thousands, mostly Windows, machines every day. I thought...
I thought `WSAEVENT` is a simple C struct and time it takes to create it is nothing. I'd suggest to benchmark it before adding any caches.