Malcolm Hall

Results 54 issues of Malcolm Hall

### Description I would like an action to retrieve an `AVMetadataItem` by `AVMetadataIdentifier` of an `AVAsset` loaded from a file URL. Specifically I'm looking for `iTunesMetadataPlaylistID`, `iTunesMetadataArtistID` and `iTunesMetadataSongID` which...

help wanted
new action

The type `AnyAsyncSequenceable` isn't mentioned in the readme, which is needed when declaring a class or struct property. I had to dig through the tests to find it so thought...

Added a comment that might save others some time trying to fix a divide by zero crash if mistakenly doing `.toCeilMins(0)` like I did.

This: ``` struct ARViewContainer: UIViewRepresentable { var arView = ARView(frame: .zero) ``` Should be: ``` struct ARViewContainer: UIViewRepresentable { func makeUIView(context: Context) -> ARView { let arView = ARView(frame: .zero)...

I figured out the new hd link is this (requires Safari on macOS and developer login) https://download.developer.apple.com/videos/wwdc_2011__hd/session_107__autosave_and_versions_in_mac_os_x_10.7_lion.m4v

When location is not authorised

Would be great if it did

e.g. the Plex Server database is in `@apphome` ``` admin@DiskStation:~$ ls -la /var/packages/PlexMediaServer/ total 100 drwxr-xr-x 5 root root 4096 Jul 8 20:25 . drwxr-xr-x 38 root root 4096 Jul...