Kitsu

Results 42 issues of Kitsu

https://en.wikipedia.org/wiki/Right-to-left_script For mixed text direction (e.g. line with both Arabic and English) we may specify ratio in a config which determines direction with meaningful default such as 50%.

If a line doesn't fit in yofi's width it simply truncated. The line shall preserve right margin and if not fit entirely it shall scrolled right automatically upon selection.

We use a custom (private) crate with collections, that accepts as a second generic parameter additional type. After adding a private alias (e.g. `type MyVec = Vec;`) the cbindgen (both...

How to reproduce: run i3status-rust with the following config and then run `pulseaudio -k`. ```toml [[block]] block = "sound" ``` Pulseaudio is restarted (since it a normal behavior for a...

bug/bugfix
help wanted

Basically a rebased version of @Dentosal patch from #5200 with slight naming changes. Accepts a flag to explicitly disable auto-advancing behavior on paused time.

A-tokio
M-time

For now for implementing a certain feature, one need to implement trait, then call a `delegate_!` on the structure which seems a little bit redundant, so instead of this: ```rust...

I want to wrap a snafu-managed error with mine that captures some implicit context. Basically I do smth like this: ```rust pub struct MyError { context: Context, kind: ErrorKind, }...

enhancement

I have long-living process that writes to a file with compression. It may happen that the process is been killed leading to a file not being flushed properly even with...

If the coordinator fails then the whole network goes down. Would be really nice if it's possible to set-up a fallback server(s) which turn the control if the main one...

Let's say I configured a network among several nodes. Then for some reason I want to change the server without re-creating the whole network. I guess the setting up the...