arya dradjica

Results 22 issues of arya dradjica

I've identified a few issues with the encoding/decoding tools that I'm interested in solving: 1. They are not iterative / streaming. The entirety of the input is read first before...

U - base32
U - base64
U - basenc

Fixes #5293. Along the way, I've made some small code improvements beyond just the use of f-strings; I don't think these will conflict with others' work. In particular, I've avoided...

The implementation was unnecessarily convoluted. I've rewritten it to declare fewer functions, and it now uses `pathlib`. P.S. I'm starting to feel bad for opening so many PRs :P

[The commit to deprecate `confit`](https://github.com/beetbox/beets/commit/e2d7780f972553d4757b41279ba9ca368f22872b) was made on June 1, 2019. It's been 5 years! It is now removed entirely. ## To Do - [x] ~Documentation~ - [ ] Changelog...

## Description Fixes #5168. A simple parser for `user-dirs.dirs` has been implemented, and it is used to change the default music directory path when `beets.Library` is initialized. ## To Do...

I'm trying to improve the type annotations in `beets/plugins.py`, and I noticed that the plugin API deals with item and album types really weirdly. Plugins are expected to (optionally) define...

This plugin needed significant reworking. It now uses `StringIO` to construct the completion script and `pathlib` to manage paths uniformly. Functions now have type annotations and the flow of information...

Solves #5314. I'm not entirely sure what this documentation should look like, especially the examples (I've never personally had to use this feature anyway). Still, this is better than leaving...

I have a fork of this repository, and every week I get an e-mail about a build failure due to the `integration_test.yaml` workflow. I checked on the original repo, and...

This PR defines an ergonomic basis for DNSSEC signing. The following features are supported: - [x] Keys can be generated. - [x] Keys can be parsed from or serialized to...

breaking
needs-review
unstable feature