Ian Harris

Results 48 comments of Ian Harris

This is caused by #11200. The following are broken, I believe: `forEach`, `isDisjointFrom`, `isSubsetOf`, `isSupersetOf`, `difference`, `intersection`, `symmetricDifference`, and `union`.

The fix is to revert #11200 or implement all the methods that are currently implemented by calling `Set` methods applied to the `ReactiveSet`. Since that change removes `super` calls, the...

It's not only more work, it's not forward-compatible.

> and also, should it be forward compatible? What if standard adds a new method that mutates the original set in someway, it shouldn't be available in `ReactiveSet` right away,...

> Would it be possible and desirable to enable deep reactivity if the `Map` is wrapped in a `$state` rune? It may be possible, but would break the current logical...

This seems to work fine for me, so I don't think it's just the emoji in the title. Running BookPlayer 5.0.8-7, iOS 16.6. ![IMG_1961](https://github.com/TortugaPower/BookPlayer/assets/14868079/eab5e1ea-f36f-459c-af0b-eced9256e8c6)

For FFmpeg, some care needs to be taken for licensing issues. You can read more about them at https://ffmpeg.org/legal.html and, for an example of a library for iOS, https://github.com/arthenica/ffmpeg-kit?tab=readme-ov-file#15-patents. For...

Hi, thanks for the suggestion. We're actually actively working on some changes to the backend that won't directly enable this, but should make this be an easier feature to implement...

This is interesting, as I think both options make sense, actually. It seems like other AV players I've looked at aren't in agreement here, either. Spotify doesn't update the time...

Thanks for the report! This is kinda tricky because ID3v2, the header metadata that provides information about stuff including the chapter table of contents, specifies a single unsigned eight bit...