Noah Kantrowitz

Results 187 comments of Noah Kantrowitz

Also FWIW this is all pointless, just change the action on the group resource to `:manage` and remove the guard clause.

Are you sure the error is coming from that file and not another test which is `include_recipe`ing or similar?

The only thing to start checking for next would be misplaced funky unicode characters. Ruby does not think all unicode whitespace is the same, for example.

@michaelklishin I might be misunderstanding the code, that command looks like it only applies to vhosts that exist at that moment? If so, that doesn't really answer the issue. Imagine...

I would still vote to leave this issue open until the true "all vhosts" solution is worked out :) Or make a new one, either way.

My specific use case here is [KEDA](https://keda.sh/) autoscaling, creating a single platform-level "keda" user in Rabbit rather than having to coordinate with every team using it.

I did a deep dive on this today and it appears to happen when you name a WP image file anything matching ``` new RegExp(`(?:[-_]([0-9]+)x([0-9]+))${fileExtension ? `\.${fileExtension}` : ``}`) ```...

@dhellmann It is fortunately already off by default :)