Serene

Results 17 issues of Serene

As title says, add the commands to create a working docker instance to the documentation

feature

I implemented the rule from Steven King about adverbs in dialogue atribution, as described in issue #106 It's a fairly simple regex string that finds a piece of dialogue and...

type: feat
priority: null
version: minor
status: wip
cat: new-rule

This fixes an issue with the logging redirect. When using it, it removes the level of the associated logger that it is superseding, resulting in any verbosity setting being ignored...

## Description This is part of #4484, adding typings to the `dbcore` submodule. It's very much still a work in progress. I've made a couple of `# TYPING ERROR` comments...

## Description This adds another option for the duplicate menu, as well as the option for duplicates in the configuration. This is for the (admittedly specific) use case where there...

review-needed

Typings have been supported since python 3.5 and could be applied to the codebase. This would help readability a lot, help with IDE syntax, etc ### Objective Adding typings to...

feature

## Description This fixes an issue where fetchart, when the config file was set to move files but the command-line option `-c` was passed, would remove the cover art files...

Hi, I added the option to have an inverse match with regex for the labels, since there wasn't an easy way to do that with the system in place (at...

Continuing my effort to type the modules of beets, here's another module typed. Few comments: - Pillow's Image module is imported at the top so I could use the typings....

review-needed