Stefan Herold

Results 63 issues of Stefan Herold

An outdated sub command like pod and carthage have would be nice :-)

I recognized that when switching between different Swift versions carthage needs to build the framework again which is, as we all know, time intensive. A way that makes this much...

It would be cool to provide an option in the settings to auto-delete watched session videos so they do not clutter up disk space. # Specs - Version of macOS:...

feature

When the user filters the amount of items in the left list decreases. It would be nice, also as motivation to watch more session videos, to know how much videos...

feature
good first issue

I already mentioned this request in #92. I think it is a very common use case to make all run commands throwable. What I would like to avoid is the...

enhancement

Hey there, first of all thank you for this awesome tool! I wanted to ask you, how you update your [homebrew formula/tap](https://github.com/ChargePoint/homebrew-xcparse/blob/master/Formula/xcparse.rb) whenever you create a new release? Does this...

bug

I added and build the Apple App Store Connect spec. Resolves #248 - App Store Connect Open API Spec Doesn't Compile

Provide labels for all parameters. **fix this in all functions**

enhancement

Current implementation: ``` func pressedCancelButton(_ sender: AnyObject) { textField.resignFirstResponder() _ = delegate?.searchBarShouldCancel?(self) } ``` Better implementation: ``` func pressedCancelButton(_ sender: AnyObject) { if delegate?.searchBarShouldCancel?(self) ?? true { textField.resignFirstResponder() } }...

bug

Consider setting an inactive version of the left and right views. To implement the active/inactive state of these views, try the following when the active/inactive state of the searchbar changes...

enhancement