Nathan Ellis
Nathan Ellis
**Describe the bug** Occurs when a video on YouTube is not available to download/view. I am catching the exception: `try: yt = YouTube(link) except VideoUnavailable: ` However it still throws...
I have an array full of twitch links, as I loop and download them, more and more of my memory is getting consumed until finally the OS kills it once...
As shown: https://github.com/Mijick/NavigationView/assets/53881694/43c848f8-d72e-4104-9ba2-9a455266c3a4 Clicking on a textfield will cause a black (or the colour you set `config.backgroundColour` as within the `NavigationGlobalConfig`) to appear and fill the entire view.
For the given code: ``` struct View1: NavigatableView { var body: some View { VStack { Text("View1") Button(action: { View2().push(with: .horizontalSlide) }) { Text("Go to second view") } } }...
I've started testing this library - and it's really great and powerful. I think this library needs a better documented README to outline all features and configurations the Calendar has...