Results 22 issues of Mark

### Description No popup is shown when trying to add an album to a playlist from the artist screen. ### Expected Behaviour The "select a playlist" popup is shown. ###...

bug

I've applied a small edit to address #168.

Generalizing #164, it would be great to have a way to add "overlays" to `vhs` recordings. This would allow for... - Verbose key names (As in `#164`) - Progress bars...

Right now, all the sources of `vhs` are piled into the root of this repository. We'll need to clean that up sooner or later, into *at least* one `src/` subdir....

enhancement

I don't know if this is a `ttyd` or `vhs` problem... But it would be awesome if `vhs` supported programmer ligatures in its recordings (like those in nerd fonts)

If you give vhs an output path that doesn't exist, it won't notice until it calls `ffmpeg`. This is annoying and unintuitive, especially when your tape file takes a while...

The current method for highlighting the first character of the placeholder corrupts multi-codepoint characters. This is easily fixed with the `rune` type, but would require many changes to be consistent....

Our current bundle scheme is causing quite a few bugs. This PR (paired with tectonic-typesetting/tectonic-texlive-bundles#14) resolves many of these by implementing proper search paths in bundles. These changes are **not**...

bundles and files
new feature

This PR replaces `tectonic-status-base` with tokio's `tracing` library. Addresses #1152. The interesting commits are - 53daa91476191e920f2988a87f45411131dc668d, which converts log calls to the new api; - and 35369777d07a0c6486a879f7cd6f9dad4e728a03, which implements a...

dependencies
chore
cli

For context, see the discussion in #985. Closes #985. ## TLDR: This PR adds an `extra_paths` config key that allows a user to specify external resources. An example file tree...

bundles and files