Viktoras Laukevičius
Viktoras Laukevičius
As a way to solve #29 I suggest distributing macOS app over Homebrew. To do that two things have to be accomplished: - CI setup - Homebrew cask formula Any...
When developing I usually follow the pattern to have only a single view in XIB & it's class is the same as XIB name as well. Moreover if XIB contains...
Hello! 👋 It's my first try to contribute to this amazing tool. To make it even more efficient to construct lists I've worked on interactive auto-increment (seen the request https://github.com/GitHawkApp/GitHawk/issues/1692)....
As lower than 3 swift version is becoming deprecated I've migrated swift sample app to swift 3. Tiny contribution :)
SSL support
### Motivation To have SSL support and be able to use HTTPS. The use cases of swifter library will be much broader. Our company use swifter to run mock API...
* reactions order in app is defined by array in app (not received order from API) * reactions picker & UI list share the same data structure Closes #2403. When...
First of all, great plugin! Saves lots of time. But there is a slight bug with autocompletion: Having key `some.complex.key.in.table` and trying to type `NSLocalizedStringFromTable(some` autocompletion shows the suggestions, but...