joonas.fi

Results 150 issues of joonas.fi

On-the-fly derive different output of file. Examples: - PDF page 43 (allows deep-linking to a specific PDF page) - Transcode video/video - Extract subtitles from .mkv video - Thumbnail an...

enhancement

[.plexmatch file](https://support.plex.tv/articles/plexmatch/) can hint at external IDs like TMDb ID for a movie

enhancement

To get a binary built in your current workdir: ```console $ docker run --rm -it -v "$(pwd):/workspace" rust:1.71.0-bookworm # >= bookworm required to have gtk4 available in Ubuntu repos $...

packaging

Improvements that can be done to: https://github.com/Duroktar/YuleLog/blob/1cb17483fda8b432aac116479fc2c0f54ff136f8/dockerfile - apt repos are updated multiple times in sequence. it's not like the package repos are supposed to update between those calls -...

This removed line documented that TCPKeepAliveListener should've been used with the plaintext socket as well: https://github.com/mailgun/manners/commit/448d7b595e3f90682487e112905a38b19f22fbb7#diff-804732da4aad8a84ebedfb545342f187L60 I've now added it to the plaintext socket, because I hit Azure's disgusting "disconnect...

```js // here's my route export const browseRoute = makeRoute('browse', { dir: 'string', v: 'string' }); // and here's example URLs browseRoute.buildUrl({ dir: "Ajcs4jVudsY", v: "" }) // "#/browse/dir/Ajcs4jVudsY/v/" browseRoute.buildUrl({...

**Installation method:** pip **Version:** audiobook-dl 0.5.0 (have also ffmpeg installed) **Describe the bug** The `Converting files` step takes a very long time, which is an indication it's doing an expensive...

bug

I just want to say, that I've seen and produced a truckload of Go code, and the overall code quality of this library is very, very good! A few highlights:...

When `offsetLength` is zero, it has special semantic meaning (= sparse file): https://github.com/t9t/gomft/blob/f64df3912ca98b2abeaa2f9e79f7c8a59b159ba9/mft/mft.go#L365 ([source](https://flatcap.org/linux-ntfs/ntfs/concepts/data_runs.html), see "Example 4 - Sparse, Unfragmented File") This code decodes a sparse offset as 0, which...

Problem ----------- Get interrupted system call errors from ZNP ReadFrame() failing. Serial library is at an old version: https://github.com/dyrkin/zigbee-steward/blob/a1dc32edfb8560969ea4aedb6f85d05d8279cd7a/go.mod#L12 This old version seems to bypass Go's regular OS I/O interfaces...