Cameron Moore

Results 147 comments of Cameron Moore

Yes, open an issue to discuss expression evaluation because I've been tinkering with the exact same idea.

Unfortunately, this is not currently possible. References to array elements must be explicit. So let's turn this into an enhancement request.

Finding this repo made my day. I wanted to hack on [a gnarly bash script that generates regex patterns](https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e/revisions), but no way was I going to try that without unit...

### ~~TL;DR~~ ~~I upgraded the minio server from `RELEASE.2022-01-08T03-11-54Z` to `RELEASE.2022-04-16T04-26-02Z`, and the problem is resolved. The broken server version I had is the same version as the OP.~~ ###...

Okay. I may have found the issue and a workaround. The original command that exhibited the issue: ``` mc mirror --json --remove --overwrite "\\server\share\foo" target/foo/ ``` The problem is the...

The most popular GH Action appears to be https://github.com/wagoid/commitlint-github-action. There's a simple GH App here: https://github.com/zeke/semantic-pull-requests.

See https://github.com/goadesign/gorma/commit/097f163de69007a86d4de845ff0ae4ac6051040d

I'm seeing the same issue. **Hardware:** iMac Intel (Retina 5K, 27-Inch, 2019) **OS:** 10.15.7 **DEPNotify:** 1.1.5 **jamf:** 10.26.0 Trying to manually run the sudo command that launches DEPNotify yields: ```...

You can work around this limitation in macOS. Default limits: ``` kern.maxfiles: 12288 kern.maxfilesperproc: 10240 ``` Increase the limits: ``` echo kern.maxfiles=65536 >> /etc/sysctl.conf echo kern.maxfilesperproc=65536 >> /etc/sysctl.conf ```

What version of webhook? Can you show an example request?