Nil Admirari

Results 44 comments of Nil Admirari

Breaks [Win32 builds](https://github.com/yt-dlp/FFmpeg-Builds/actions/runs/2875426892): ``` 2022-08-17T13:23:26.0201873Z > [layer-50-onevpl 1/1] RUN --mount=src=scripts.d/50-onevpl.sh,dst=/stage.sh run_stage /stage.sh: 2022-08-17T13:23:26.0202399Z #65 62.24 -- Up-to-date: /opt/ffbuild/lib/x86/libvpl.a 2022-08-17T13:23:26.0202837Z #65 62.24 -- Up-to-date: /opt/ffbuild/lib/x86/libvpl.a 2022-08-17T13:23:26.0203328Z #65 62.24 -- Installing: /opt/ffbuild/lib/x86/cmake/vpl/VPLConfig.cmake...

I've no idea. Win64, Linux x64, Linux ARM64 are all fine. Only Win32 fails.

> We don't have rsync. I know that there's no `rsync` currently; it's kind of a feature request. If it's not possible to have `rsync`, or if you're just not...

Making an allow priority rule does work in this case. Nonetheless, I'm leaving this feature request open, since an ability to invert a match is nice to have.

There is an already existing undocumented facility for loading files from the media folder: https://github.com/ankidroid/Anki-Android/pull/7764#issuecomment-735245470. It works on Android 10+ as is; older Androids require [a fix](https://github.com/ankidroid/Anki-Android/pull/13899) for correct MIME...

Image testing (https://wiesmann.codiferes.net/share/bitmaps/): PDF, TIFF, BMP, AVIF, JPEG2000 are not supported in lockdown mode. New JPEG XL is also not supported. https://www.sevarg.net/2022/07/20/ios16-lockdown-mode-browser-analysis/ says the following technologies are also disabled: -...

Are there separate release notes for iOS Safari? I'm asking since I've opened this issue after investigating Opus support (https://github.com/Fyrd/caniuse/issues/6805), which is different on macOS and iOS. [Safari 17 Release...

At least one exception is handled incorrectly: ```py In [1]: getInflection('little', 'JJR') Out[1]: ('littler',) # should be less In [2]: getInflection('little', 'JJS') Out[2]: ('littlest',) # should be least ``` Some...

1. Had success opening Opus in MP4 in Safari on iOS 17. 2. Opus in WebM doesn't work on iOS.. 3. Support depends on Lockdown Mode being disabled. If Lockdown...

Apple officially declared support for Opus in WebM and MP4 in [Safari 17 Release Notes](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#Media): > Added support for stereo-only Opus in MPEG-4 and WebM containers on macOS Sonoma. (50994465)