William Theaker
William Theaker
## Context In 2020, Apple dropped support for non-interactively installing configuration profiles. The final macOS version to support this was macOS Catalina (version 10.15), which was released in 2019 and...
Package names are [currently hardcoded](https://github.com/facebookincubator/go2chef/blob/master/plugin/step/install/darwin/pkg/pkg.go#L138), which requires patching go2chef to use it with a free/libre Chef distribution like [Cinc](https://cinc.sh). Allowing passing arbitrary filenames would make this tool more broadly useful...
The [BLS CPI inflation calculator](https://www.bls.gov/data/inflation_calculator.htm) lets you specify month and year when calculating inflation, for example: $49 in October 2001 to January 2014. It would be nice to be able...
It would be easier to understand disk usage if the disk and VM size exposed by commands like `tart list` and `tart get` were formatted with [appropriate byte modifier](https://developer.apple.com/documentation/foundation/bytecountformatter). Current:...
Emailing `[email protected]` returns this automated response: > This email address is no longer in use. Please redirect your inquiry to [RentConnect](https://rent.hcr.ny.gov/RentConnect/Welcome) which provides information on rent regulation. > >Thank you...
## Description When using the `strip_components` property on an archive_file resource running on Ubuntu 22.04, the underlying ffi-libarchive library segfaults. I have been unable to replicate this on macOS. ##...
**Context** It can be useful to jump directly to a page number when reading a book, for example when a book references itself or has an unindexed table of contents....
This bumps the versions for Github-maintained actions to the latest stable release. I went through the changelog to check for any breaking changes that would impact this project and didn't...
https://github.com/test-kitchen/test-kitchen/pull/1493 added `operation_timeout` and `receive_timeout`, but neither of them are [documented online](https://kitchen.ci/docs/transports/winrm/).