Jarrod Moore
Jarrod Moore
@chkothe Did you test this change on a stack that had been created with the current behaviour and then try applying an update after your change had been applied? I...
@chkothe Right, so there is a Stage resource being created but it's just not being made an explicit dependency. Looks like a pretty straightforward improvement to me, then. The issue...
Would it be fair say that a contributing factor to issues that users have when managing multiple repositories is that Poetry assumes the worst case scenario when it comes to...
The permission set ID start with `ps-` and have a totally different set of numbers after them, so I do not believe that a profile ID and permission set ID...
I have read through the code and tried to actually construct a PR to allow the user to click a button to dump the config out because you do keep...
I put together [this PR](https://github.com/casey/just/pull/2907) which, I hope, is low change enough and that implements the feature with a `lazy` keyword. I'm not sure if there is something else that...
@BoolPurist That's an excellent idea, I hadn't considered that. I have added a test that generates a timestamp and ensures that it is the same value when referenced more than...
I can certainly push a change up that does a best-guess at this. I was just reluctant to push a bunch of stuff that was wrong that some poor maintainer...