Ethan Pippin

Results 195 comments of Ethan Pippin

Would require a bit of refactoring the existing `PackageDeclaration` but should be pretty straightforward.

As far as I understand, they just want to change the swift package tool version in the generated `Package.swift` definition, which is currently hardcoded to 5.5 in our templates. The...

That's the BlurHash of the image, it's used as a placeholder while your image is loading. Clearly, your image isn't loading fast enough or at all.

Fixed by https://github.com/jellyfin/jellyfin/pull/7960

No, you can wait till 10.8.1 which will be released soon. The conversion from srt to subrip isn't something to worry about.

I left a comment on this earlier and deleted it as I misunderstood the request. Sort of, however is that what you should do? Somewhere in your code you store...

With the release of Xcode 14 at time of writing, this is become an immediate "issue". I'm not bothered too much by my single usage of `Stinsen.NavigationStack` but something should...

A more pressing issue is that the navigation title styles (`.inline, .large`) are no longer consistent on push with Stinsen when targeting iOS 16. They will default to `.large`.

Thanks for the interest! I have also been able to build mpv and have started an equivalent MPVUI project to [VLCUI](https://github.com/LePips/VLCUI) in private until it's ready, using iina as reference....

A `StateObject` should not live at the `App` level, it will trigger a redraw of the view for new changes and is just generally inadvisable. This is probably throwing the...