Hakkin Lain

Results 12 issues of Hakkin Lain

If you have a string that has a long hex number in it, the script will trim it to be 16 characters. Example: ```INSERT INTO `test` VALUES(1,2,'0x00000000000000003');``` will result in...

I tried using this on a database I'm using to store a lot of raw JSON objects, which I then have a view that uses SQLite's JSON support to extract...

I recently reinstalled Windows 10 and had to re-setup my MSYS2 environment, and I noticed one of the scripts I had running in a loop was leaking a lot of...

Private browsing is respected in regards to adding links to history, but files loaded in private browsing mode with thumbnail zoom are cached to disk, without a private flag on...

Right now in certain cases twitchpipe can write truncated TS packets, most media players handle this fine, but not all. Reading/Writing in 188 byte chunks should probably be enough to...

Currently if the token expires twitchpipe will get stuck in a loop of 403 errors, we should reacquire a fresh token if we see a 403.

The current playlist selection is fairly basic, just matching the playlist group names, with a special "best" case that will select source quality if available, otherwise the highest bitrate playlist....

See the Thumbnail Zoom Plus issue for this at dadler/thumbnail-zoom#211 I haven't looked into either code base enough to say which plugin is actually at fault here, but on dadler's...

conflict with another addon

This is a fix for #3842. It's a slightly modified version of the patch in https://github.com/kopia/kopia/issues/3842#issuecomment-2105616219, I separated the code out into a `maybe` function and added some tests. The...

Snapshotting fails with `ERROR upload error: The parameter is incorrect.` when snapshotting the root of the drive with `--enable-volume-shadow-copy` set to `always`. Snapshotting a sub directory in the root works...