bretello

Results 15 issues of bretello

This pull request applies changes based on anthonygclark's codehttps://github.com/notandy/ympd/pull/123, which enables basic support to http streaming in ympd. This patch implements: 1) Change settings of the audio stream server/port in...

By not using the context manager, the files were never closed, resulting in the following warnings: ```console sys:1: ResourceWarning: unclosed file sys:1: ResourceWarning: unclosed file

When using the Ctrl-T keybinding, to complete paths, I often start writing part of a path only to realize I want to use fzf. With this patch, Ctrl-T now uses...

### Problem When using `ZSH_AUTOSUGGEST_STRATEGY=(completion)`, starting a comment inline sometime results in extra completions being shown after the start of the comment (`#` ) In the following example, `-e` is...

enhancement

based on the changes in proposed in #516 and #520 fixes #516

@blueyed I based this PR on your latest work in #524 The idea is to drop old python versions (#525) and to improve github actions in the process - Add...

Hi @blueyed, what do you think about dropping support for some python versions such as everything below 3.8? 3.7 hasn't been under active support for years and has not had...

When listing the clipboard using `wl-clipboard-history -l`, if non-plaintext items have been added to the database, they are printed to the console, possibly breaking it. With this patch, only text...

## Type of changes - [ ] Bug fix - [x] New feature - [x] Documentation / docstrings - [x] Tests - [ ] Other ## Checklist - [x] I've...