Tomáš Slíž

Results 8 issues of Tomáš Slíž

It would be great to provide shell completion scripts which allow you to press the tab key on your keyboard to autocomplete commands and arguments when typing a mint command....

I would like to scroll to arbitrary time and not only to the current time.

I have to use server with invalid SSL certificate for development. So I set up Alamofire manager to skipping SSL verification with this code (applicable for `NSURLSession` too): ``` manager.delegate.sessionDidReceiveChallenge...

The published [documentation link for version 0.2.0](https://pointfreeco.github.io/swift-url-routing/0.2.0/documentation/urlrouting) in README.md is not working - it always ends with 404.

Because the project is structured as "development pod" I'm not able to insert it in my project manually or use it as a submodule. It will be nice to allow...

enhancement

When I change the content of the scroll view dynamically, the scrolling is broken. You can try the code bellow - the scrolling is broken after switch from short text...

### Description In the **Sync-up form** part, sections [Form focus: an approach](https://pointfreeco.github.io/swift-composable-architecture/main/tutorials/composablearchitecture/syncupform#Form-focus-an-approach) & [Form focus: a better approach ](https://pointfreeco.github.io/swift-composable-architecture/main/tutorials/composablearchitecture/syncupform#Form-focus-a-better-approach) describe how to implement the focus in the form. First with...

bug

### Description In the [Section 1 Removing attendees](https://pointfreeco.github.io/swift-composable-architecture/main/tutorials/composablearchitecture/testingsyncupform) there is a test called `testRemoveAttendee` that will fail even though you have followed the instructions. The issue is that the `focus`...

bug