Ivan Kozik
                                            Ivan Kozik
                                        
                                    @JustAnotherArchivist is this fixed for you?
I've used https://plentycom.jp/en/cursorsense/
I think I am seeing the same thing. Screenshot below taken after zooming XaoS 4.2.1 in and out, using 31 threads on a Ryzen 7950X3D on Windows 10 22H2. ![xaos...
With OpenSSH_9.1p1, this is broken again: ``` Provider "/usr/lib/winhello.dll" implements unsupported version 0x00090000 (supported: 0x000a0000) sign_and_send_pubkey: signing failed for ED25519-SK "/cygdrive/c/home/.ssh/id_ed25519_sk": invalid format ``` but it can be fixed with:...
I think my local Cargo index stopped updating because I started using cargo only with `CARGO_UNSTABLE_SPARSE_REGISTRY=true`. Also, if I disable "Crates: Use Local Cargo Index", I get a lot of...
@JamieSlome since it has been almost six months now, do you think you could disclose the issue so that users of uri-js can decide whether they need to protect themselves?...
I confirmed that this PR fixed the problem with https://www.youtube.com/watch?v=kOHXmlRaTqU ``` [youtube] Downloading comment API JSON page 7 (173/420) WARNING: [youtube] Detected comment section loop from YouTube. Stopping comment extraction....
With this PR as it is now, I still observe looping on some videos (https://www.youtube.com/watch?v=GuGYYdwcPYw and https://www.youtube.com/watch?v=Tr8AS-a4AOc): ### `GuGYYdwcPYw` ``` [youtube] Downloading comment API JSON page 34083 (677547/144045) [youtube] Downloading...
Thanks a lot, that does fix the loop, but it might be stopping too early? (assuming the other comments can be downloaded) ### `Tr8AS-a4AOc` ``` [youtube] Downloading comment API JSON...
Debugging with ```patch diff --git a/args.js b/args.js index b1c4a68..0d56244 100644 --- a/args.js +++ b/args.js @@ -328,4 +328,5 @@ Object.keys(args).filter(optionName => optionName.includes("-")) .forEach(optionName => delete args[optionName]); delete args["$0"]; delete args["_"]; +console.log(args);...