jan2000

Results 14 comments of jan2000

Thanks for improving the docs! Regarding the color waveform see https://github.com/brunchboy/dysentery/issues/9 Another note, in the documentation it says that in order to request data we need to emulate a CDJ,...

Is there a specific reason why this never got merged? I would very much like to see this feature in luasec.

CI Linux: address-sanitizer leaked memory is fixed by https://github.com/curl/curl/pull/13531

@nickzman I made the changes you suggested. See https://github.com/curl/curl/compare/1ae71316953f0aa57e5c6a8ad0cb00b9a7deb317..7746df8cf110219407aeeb07e04167d50b336fe9 However, after pushing I saw CI tests failing due to unit2604. So I rebased to latest master and pushed again. Sorry...

Rebased to latest master due to merge conflict. Also mbedtls TLSv1.3 support has been added to master since last discussed, so the mbedtls check has been updated accordingly.

One thing I only noticed later is that when using the `MacBookAir5,2` properties file `Mac-2E6FAB96566FE58C.plist` idle sleep was no longer working. Thus manual sleep (by selecting sleep or closing the...

Look at the square symbol next to "Grab" in "Image comparison 1". In the HDR screenshot the top and right side of the square symbol seem less bright than the...

I patched a .dylib that was bundled with a mpv binary, so I do not think that would help you much. But the patch did basically the same as: `if...

The situation with the cipher options is not as straightforward as one might expect, because handling of these options differ for each SSL backends that libcurl is build against. For...

For curl 8.10.0 improvements have been made to address some issues regarding the cipher options: With #14384, #14385 the mbedTLS and wolfSSL backends support the `--tls13-ciphers` option. Thus, from curl...