Ryan Ahearn
Ryan Ahearn
Pulling in @kmayer as he wrote more of this code. Instead of this fix, should `stage.revision` just return the SHA from `git_revision` instead of passing that to `git_named_rev`?
This was exactly what I was looking for and is working great for me.
4.4.2 works, so I think https://github.com/domainaware/checkdmarc/commit/ca0d3b3a253957f56e5b67aa8b7075c150422e71#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711L40 is likely the problem.
> If I insert the sha256 from the error message into the yml, it works fine. But the generate_hashes task will generate a different sha256 that will not work. I...
Investigating a little further, the issue appears to be a difference in how the hash is computed when the `hashed_javascript_tag` block is indented at all. The rake task generates the...
FWIW - I would vote for using the same allstar policy for both classic branch protection and rulesets. We have split use of the two features in our org and...
Is there a timeline for when JSON support will be released to rubygems?
It's popping that issue when assigning things to the `pydantic.v1.main.SystemSecurityPlan` stripped model, but I don't know why it's an issue for `-t/-n` and not for either `-f` or `-a` versions...
It looks like https://github.com/zipmark/rspec_api_documentation/pull/528 fixed this issue (via `return "" unless input`), I just switched my app from my branch to master and tests are passing still. I'm going to...
@JonRowe @pirj I was finally able to set up a 2.7 environment that did successfully reproduce the CI failures on 2.7, so I can dig into this. I have a...