Long Nguyen

Results 133 comments of Long Nguyen

This delay only happens when playback is started right at a metronome tick, it doesn't happen during normal playback.

(Not lazer dev, just my opinion) The hotkey for this cannot be PgUp/PgDown, since those are used to scroll the carousel, and I also don't like the semantic of PgUp/PgDown...

jsDelivr also has [esm.run](https://esm.run), which does ESM conversion and minification as well.

> I still think Svelte should specifically handle calls to indexOf()/lastIndexOf() We're getting into monkey-patching territory with this, and I'm pretty sure everyone agrees that we shouldn't do that.

Just a heads up, my PR is only doing the bare minimum, which is to move to .NET 9 and get it to build. Linux support will require much more...

It is used in LLDB to provide scripting capability

The x86_64 and i686 in the releases are for the compiler binaries itself. Both versions of the toolchain can compile for all 4 CPU architectures.

Use the `i686-w64-mingw32-clang++.exe` binary

``` /__w/mpv-winbuild/mpv-winbuild/vvdec-dev/src/vvdec/source/Lib/vvdec/../CommonLib/TypeDef.h:1036:18: error: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'vvdec::CcAlfFilterParam' [-Werror,-Wnontrivial-memcall] 1036 | std::memcpy( this, &src, sizeof( CcAlfFilterParam ) ); | ^ /__w/mpv-winbuild/mpv-winbuild/vvdec-dev/src/vvdec/source/Lib/vvdec/../CommonLib/TypeDef.h:1036:18:...

`sys/signal.h` and `sys/mman.h` are POSIX headers, this toolchain is targeting Windows.