bluss

Results 128 issues of bluss

This is a bit of an unwieldy issue in Python, exceptions can bubble up everywhere. When we're using lazy iterators and generators, even long outside the method calls on plugin...

Enhancement
Project

- [x] *→* vs *Alt + →* on directories (show hidden) - [ ] *→* vs *Alt + →* on Rhythmbox artists (show songs instead of show albums) - [...

Help Wanted
Enhancement
Project

Let's consider focusing the action pane in a number of cases (instead of the primary object pane; the action pane is where actions appear, to the right of the primary...

Help Wanted
Enhancement

This message shows up for anywhere we don't support the session manager. ``` [kupfer.ui.session] SessionClient: Warning: Not able to connect to current desktop session, please Quit before logout to save...

Help Wanted
Enhancement

flake8 assumes variables in global scope can be defined but never used. For notebooks, it would be useful to lint for variables that are unused and in particular functions that...

While still not perfect - that should be solved in upstream ndarray, the new version is an improvement since it checks the compatibility before attempting to construct the array. `.into_raw_vec()`...

- [x] `.foreach()` -- when `Iterator::for_each` stabilizes and it's old enough so that the deprecation is not annoying. Introduced in Rust 1.21. **Deprecated in 0.8** - [x] `.step()` #133 --...

breaking-change

# What parts of Itertools are solid enough for std? ## `.join(sep: &str) -> String` `where Self::Item: Display` - **Pro** Very popular, easy to use - **Con** Using `Display` is...

### Missing methods (stable): - [x] `with_hasher` #35 - [x] `hasher` #35 - [x] `shrink_to_fit` - [x] `is_empty` #22 - [x] `drain` #27 - [x] `values`, `values_mut` #17 ### New...

enhancement

See the list here: https://github.com/rust-lang/rust/issues/45273#issuecomment-336626535

help wanted
A-docs