smithfred

Results 12 issues of smithfred

POSIX text files should end with a `\n` (see https://en.wikipedia.org/wiki/Text_file#Unix_text_files for refs). Marker currently omits this when writing to file.

### Overview Description: Currently when pressing "stop", the current playlist item stops playing, and the first playlist item becomes selected. Instead it should leave the current playlist item selected. ###...

enhancement

Playing around with MKV stream metadata, I noticed that gnome-mpv shows "Unknown (eng)" or similar for any streams without a "name" attribute. Especially for audio tracks, it would be very...

enhancement

### Description The examples at https://worldwind.arc.nasa.gov/web/get-started/, https://worldwind.arc.nasa.gov/web/tutorials/simplest-example/ etc. all reference the 0.9.0 release instead of 0.10.0, e.g.: ```html ```

Per #21, would be useful to have tags for specific versions, and a policy for what master tracks (nightly? beta? release?) Tags would be e.g. 58.0 for the release of...

discussion

Self-explanatory, would be very useful since it's a new/unknown feature too. Also, the lock icons on rulesets need tooltips. BTW, do the rulesets apply to the default set of allowed...

When a function/method uses `yield`, Darglint outputs an error as follows: `DAR301: foo_function: Missing "Yields" in Docstring: - yield` Though this is correct for e.g. Google-style docstrings, Sphinx itself doesn't...

On a PinePhone (Beta edition) and Tow-Boot 2022.07-006, on booting from a microSD flashed with `mmcboot.installer.img`, the display remained blank, even though boot completed successfully (it had the same serial...

**Describe the bug** Sync. fails with the following message, but then does not retry sync. after some delay: ``` Sync failed because of SyntaxError: JSON.parse: unexpected end of data at...

Regardless of the value of `--user`, pods started with (rootless) podman + krun have a UID/GID of 0 within the container. krun: ```bash > podman --runtime=krun run --user=1000:1000 --rm -it...

help wanted