Kory Prince
Kory Prince
I'm attempting to create an IPP Everywhere Printer via IPP using the `CUPS-Add-Modify-Printer` operation. Setting `ppd-name` to `everywhere` doesn't work (says PPD not found.) Leaving `ppd-name` unset sets it up...
As stated in Issue #353, the following yaml causes a stack overflow: ```yaml key1: &anchor subkey: *anchor key2: *anchor ``` Having a self-referential anchor that is also referenced outside the...
The following yaml causes a stack overflow: ```yaml key1: &anchor subkey: *anchor key2: *anchor ``` If you remove either the second or third line, it parses successfully. [Here's](https://github.com/apple/device-management/blob/release/docs/schema.yaml) a real-world...
**Feature request checklist** - [x] There are no issues that match the desired change - [ ] The change is large enough it can't be addressed with a simple Pull...
Recently on the MacAdmins Slack @trekkim described an issue where the DEP syncer was syncing several times a second. On [closer inspection](https://macadmins.slack.com/archives/C19RTE0L9/p1721587227194389?thread_ts=1721584429.406019&cid=C19RTE0L9), Apple's response to the fetch devices endpoint used...