nashley

Results 10 issues of nashley

When switching workspaces, the window will not be fully drawn (only showing the top bar and the blinking cursor) until the window is updated (i.e., a command is run and...

Bug
GUI

I propose that the default hotkeys for finalterm be changed to not use just the function keys. It can be frustrating to use popular programs (e.g., `htop`) that use the...

Enhancement

The header for `po/finalterm.pot` is generic and should be replaced with the correct information. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4194435-minor-replace-generic-header?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github).

Surprisingly, there doesn't seem to be a dev container definition based on Windows. I'm particularly interested in one for Rust, since I'd like to be able to test changes to...

**Version** _List the versions of all `tokio` crates you are using._ This is version independent, but here you go: ``` $ cargo tree | grep tokio tokio_stream--StreamMap v0.1.0 (/home/user/git/tmp/tokio_stream--StreamMap) └──...

C-bug
A-tokio-stream

**Is your feature request related to a problem? Please describe.** I'd like to ensure uniqueness of streams in a StreamMap without panicking. **Describe the solution you'd like** [`std` added support...

C-feature-request
A-tokio-stream

Commas in the name in an email address cause the address parser to parse the address as multiple addresses and therefore fail. Take the following address for example: `"Bond, James"...

1.bug
area:message

``` Downloaded hwatch v0.3.10 ... Finished release [optimized] target(s) in 1m 23s warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3,...

Seeing as [`dodrio`](https://github.com/fitzgen/dodrio) is now archived (and presumably unmaintained), what does the future of `iced` on the web look like? Perhaps these crates are worth looking into if we don't...

Based on [its doc comment](https://docs.rs/rustfft/latest/rustfft/trait.FftNum.html), `FftNum` was intended to only work with `f32`s and `f64`s. (As a side note, is this comment correct in that other forms of `Float` (like...