Shawn Maddock

Results 19 issues of Shawn Maddock

Xcode 13.4.1 shows a warning for Nudge: "Accent color 'AccentColor' is not present in any asset catalogs. Assets.xcassets."

The only way I could get the macadmins/python 3.9.1 requirement met was: - build the macadmins/python repo - copy the recommended/payload/Library/ManagedFrameworks directory into nudge-python’s payload/Library directory - build nudge-python 2.0.1...

If I run the following command from a snippet, it executes just fine: `$res = $this->modx->runProcessor('resource/create', $resource);` However when that command is run from GPM as part of adding a...

If a method parameter is used in the method as a reference (AKA alias, i.e., prefixing with an ampersand), Psalm marks that parameter as unused. Removing the ampersand removes the...

bug
references
Unused

As `$columns` can be either a CSV or array, this should be either `@param mixed $columns`, `@param array|string $columns` or `@param string[]|string $columns`. https://github.com/modxcms/xpdo/blob/c4f7bc6aa6a3f83b12615d07c171d3b97f40328d/src/xPDO/Om/xPDOQuery.php#L220

Currently, `PDO::ATTR_ERRMODE` attribute can be set as a driver option for new `xPDO\xPDOConnection` instances. Setting it to `PDO::ERRMODE_EXCEPTION` changes the error reporting behavior of PDO to throw Exceptions instead of...

It's hard to word the third paragraph in a way that makes sense both for the DEP nag and needing to download the profile manually. This splits it into two...

https://macadmins.slack.com/archives/CCHCR1AUA/p1562625654061300

This amazing aggregator would be easier to incorporate into our existing internal workflows if an RSS or Atom feed was generated, either in addition to the JSON feed or as...

### Description Currently the `allowed_domains` field of the `vault_ssh_secret_backend_role` resource accepts multiple domains as a comma-separated string. HCL supports lists natively, but using one currently returns: ```Inappropriate value for attribute...

enhancement