Alex Agapov

Results 18 comments of Alex Agapov

There was a name conflict with value overriden in `EnvironmentOrStdinVariableFetcher.swift`. It worked fine in Xcode, but failed to build on CI. Fixed that issue, checked with build on my fork...

Can we proceed with this MR, @sunshinejr?

I agree with you. Probably it's a better decision to control this behaviour through configuration file, not CLI arguments. I also added test case for parsing input value and fixed...

Had a lot of style changes in code. Make sure you properly use new `register(_:)` methods on cells and headers/footers, cause they are called on registerAdapter. ModelProtocol -> ElementRepresentable is...

I don't really see any alternatives, so this could be a game-changer for our project. We don't like doing compilation on every usage of a tool. I hope this service...

Would be great to have an option to ignore separate rules for --indent, because it forces a large codebase to migrate to swiftformat in a harder way. We could go...

My use case is that I want to fix ONLY switch cases in my codebase as a start. So I go and use swift-format indent rule. But it doesn't have...

It would be a game changer for devs who want to support accessibility. Reveal [already did that](https://revealapp.com/how-reveal-helps/accessibility/), but it costs much more than RocketSim. Default accessibility inspector is too bad...

@AvdLee Yes, great to hear from you :) I have two reasons to look into accessibility hierarchy: - Adjusting actual accessibility values like labels, traits, and other options. To see...