-
### Summary
When using [helix-gpt](https://github.com/leona/helix-gpt) and accepting a long completion helix sometimes crashes. Not sure if the LSP sends malformed completions or if helix has a bug…
-
Great stuff!
However, it doesn't seem to work on Windows.
When I do `cargo install csvlens` on Windows, I get several errors:
```
error[E0433]: failed to resolve: maybe a missing crate `sys`?
…
-
### Current behavior 😯
armv7 building log:
```
info: downloading component 'rust-std' for 'armv7-linux-androideabi'
info: installing component 'rust-std' for 'armv7-linux-androideabi'
Upd…
twaik updated
11 months ago
-
### Summary
Trying to write anything while my japanese IME is enabled does nothing. Specifically, I use Mate Terminal + ibus + ibus-kkc. This combination has worked in every terminal program I have t…
-
### Which crate is this about?
windows
### Crate version
0.48
### Summary
Creating a window using `CreateWindowExA` I hold on to a HWND. A few lines later I try to `RegisterDeviceNotificationA` a…
-
I've been trying to change the cursor style to a blinking bar for an editor program, but it seems like there isn't a way to do this beyond changing cursor color and [blink rate](https://docs.rs/tui/0.…
-
## Description
Ratatui doesn't seem to display bold text correctly even though both crossterm and termion do. I was seeing weird behavior and created this minimal repro case.
## To Reproduce
…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Rep…
-
I followed the [ubuntu instructions](https://github.com/facebookincubator/below/blob/main/docs/building.md) and what I'm seeing is this:
```
$ cargo build --release
warning: /home/martin/inspect/…
-
Hey folks,
I am not quite sure, if this is the right place to ask a question like this, so feel free to point me into another direction ;)
I am building a small tui+crossterm application and hav…