Rebecca Turner

Results 189 issues of Rebecca Turner

This takes advantage of Python's hierarchical loggers, allowing users to filter (e.g.) messages from `musicbrainzngs.mbxml` differently from `musicbrainzngs` as a whole.

beets.io spams hundreds of lines of these and I'd like to silence them.

TODO: Still needs to be threaded through the rest of the API and made configurable.

I have `$PC_LOG_FILE` set to write `process-compose` logs to a file. This works well, except that `process-compose` truncates the file when opening it by default. I'll usually run `process-compose --detached`,...

documentation

The current [backoff implementation](https://github.com/F1bonacc1/process-compose/blob/f87744d07985e7e941a272666c8ec3213f8b9e6b/src/app/process.go#L265-L271) in `process-compose` uses a (user-customizable) constant-time backoff with a minimum polling interval of 1 second. However, users customizing a polling interval generally expect some form of...

**Is your feature request related to a problem? Please describe.** Formatting is slow in large repos, even with caching enabled (4 seconds the first time, 0.5s on subsequent runs with...

enhancement

This adds a new `EnglishAbbreviated` `Language` which takes advantage of the additional `Language` methods introduced in https://github.com/vi/timeago/pull/36 in order to produce more compact output. I'm not sure this feature is...

Often, either `displayException = show` or `displayException` is hand-written and duplicates the information from `show`. Either way, `AnnotatedException`'s `displayException` implementation includes _both_ the `show` and `displayException` of the wrapped exception,...

Annotations are currently always displayed with `show`, which leads to clumsy output, especially if the annotation is a JSON object or similar: https://github.com/parsonsmatt/annotated-exception/blob/41731562c73d17f36fb22e0ede681bbced2abc3a/src/Control/Exception/Annotated.hs#L156 Being able to override how exceptions are...