Šimon Javora
Šimon Javora
This pattern drives me nuts: ```swift foo(bar( a: "blah blah blah", b: 1_203_921_309_213 )) ``` I'm trying to find a way to turn that into this: ```swift foo( bar( a:...
In the same way that we concatenate Text with various visual modifiers (size, color), it would be great to also support accessibilityIdentifiers. This came up recently when only a part...
https://github.com/apple/swift-evolution/blob/main/proposals/0386-package-access-modifier.md This could allow us to hide symbols that previously had to be public.
A native segmented control / picker can have its value changed by dragging - we should support this too.
I assume the app is basically one file that instantiates the Storybook view - if so, it should be possible to (almost?) fully automate the release process using fastlane.
Is this not available in 3.0 beta? ``` periphery scan --auto-remove error: Unknown option '--auto-remove' Usage: periphery scan [] [ ...] See 'periphery scan --help' for more information. ``` yet...