Roger Oba
Roger Oba
`self.swipeableView.numberOfActiveViews = 10;` You should read the header files and the sample project :)
`[self.swipeableView discardAllViews];` `[self.swipeableView loadViewsIfNeeded];`
I've been looking for this too. I might try to implement this by myself since I think there's no solution for this yet. Edit: what I found out so far...
This proposal LGTM @janbrasna 💪 I think the rationale behind https://github.com/fastlane/fastlane/pull/12735 was that CLI commands are different than `sh` syntax highlighting. CLI commands (plain text commands) technically don't have a...
Interesting issue! Despite being less ideal, in this case I think we could fix it by having newest commits cancelling previous ongoing builds 👀 that'd effectively solve the problem and...
Thanks for digging that info for CircleCI. It seems like they don't offer "auto cancel builds" which's kinda underwhelming 🤕 I wouldn't expect that. Some alternative solutions: - Do the...
After reviewing the source code, I can confirm that the `has conflicts` is not hardcoded 🤔 the code seems to be correctly reading the env var, in fact, the same...
Actually just saw this PR and it totally makes sense now: https://github.com/mschilde/auto-label-merge-conflicts/pull/46 This PR should probably fix the issue you are seeing
Amazing! Thank you!
That's a great suggestion! Not sure if I'd rewrite everything in SwiftUI, or if I'd simply write a wrapper around the existing stack. None of this is in my plans...