Rick Bowen
Rick Bowen
@twangboy would the SaltStack project be open to supporting a Configuration Option or Environment Variable to allow a user to _explicitly specify the path_ to their preferred `*.dylib` library location?...
Just ran into this, but in an even worse way that killed my dev server :( With this config: ```yaml # Masterless Minion master_type: disable file_client: local file_roots: base: -...
This works: ```diff diff --git a/salt/minion.py b/salt/minion.py index cecc4f4adf..40a1584f06 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -533,7 +533,7 @@ class MinionBase: if opts["master_type"] == "disable": log.warning("Master is set to disable, skipping...
For anyone coming here to figure out how to get JS GraphQL plugin to support multiple schema files ("projects"), it's here: https://github.com/kamilkisiela/graphql-config/blob/legacy/specification.md#use-cases Example in that file (in case the link...
I had to restart my chrome (like, fully quit/close the app), and then it showed up. Maybe DevTools only registers new devtools tabs on startup?
This CloudFlare blog post seems keenly relevant to this issue: [Go, don't collect my garbage](https://blog.cloudflare.com/go-dont-collect-my-garbage/) The author describes a performance puzzle very similar to what was described in the first...
Great idea!! 👍 We also just ran into this today while trying to setup a Cognito Custom Domain Name in us-west-2. I can't think of an elegant solution that doesn't...
I just got an error that's _slightly_ different than OP. Stacktrace is from the same file and function though. ``` Event iteration failed with exception: 'str' object has no attribute...
Related to #8483
There are various ways to test this - I suppose it depends if you want a fully automated (e.g. GitHub Actions CI/CD) test environment, versus an ad-hoc or local-only test...