AlifianK
AlifianK
Youtube used to lump automatic captions together with provided subtitles. Now it's under the `automatic_captions` in the video's json metadata, making mpv unable to retrieve the auto captions. - mpv...
Uses github artifacts that are uploaded to the developer's website Closes #932 - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
I tried all of JMDict versions from [this repository](https://github.com/themoeway/jmdict-yomitan), but even with the legacy version, some of the entries are omitted (7904 entries), and a warning about using the non-structured-content...
After updating to `v2.1.7`, `mimalloc-redirect.dll` requires `mimalloc-override.dll`. While this is consistent with readme instruction, the names of the DLL objects after compiling are still `mimalloc.dll` and `mimalloc-redirect.dll` inside the build...
### Description Set `CMAKE_MSVC_RUNTIME_LIBRARY` again for MSVC+clang+GNU driver as a temporary workaround. Closes #3855. ### Pull Request Checklist - [x] **CLA Signed**: Have you signed the [Contributor License Agreement](https://code.google.com/legal/individual-cla-v1.0.html) (individual...
**Describe the bug** After #3837, CMake can no longer produce build files due to failing atomics check. This only happens with Clang with GNU driver and `-DJXL_STATIC=ON`. This means, MSVC...
### Describe the bug I found this example while looking in the [merge command](https://www.nushell.sh/commands/docs/merge.html) documentation. ```nu >[a b c] | wrap name | merge ( [1 2 3] | wrap...
### Checked for duplicates? - [x] This issue is not a duplicate ### Does it also happen in the desktop version? - [x] This bug does not occur in the...