sandstrom

Results 466 comments of sandstrom

I agree with @jaredcwhite here. I think keyword arguments is the way to go for new methods, but I wouldn't introduce them like this. `**options` is mostly an anti-pattern. For...

I think this was fixed in https://github.com/rubycdp/ferrum/pull/410 Close?

I'm not against this idea, but just to throw alternatives into the mix, with regards to naming it could also be something along these lines: - `dependencies` -> production group...

Good suggestion with [BuildJet](https://buildjet.com/for-github-actions), thanks @richard-viney. We need arm runners to build docker images for our ARM servers, and this like it should do the trick.

What's the status of this PR? Anything missing from the PR author? Or are we waiting for review?

@joroshiba Alright, just curious since we ran into this a few weeks ago 😄 Thanks for the update!

I don't want to complain, I think epf is a great library. But it would be neat if `type`, which is a common attribute, could be moved to `_type` or...

> * Raft sends way too many logs everywhere, which costs a lot of money when going from one dc to another, especially when considering the kind of data we...

@gwkrsrch Open the "Discussions" tab on this repo, then move non-issues over there. There are a lot of issues that are really questions, and better handled as discussion topics.

@StephanHCB Has there been any discussion on adding a third mode (next to full/partial encryption), that would be signing of plans and state? Background: https://github.com/opentofu/opentofu/issues/1246#issuecomment-1941670221