Katze

Results 105 comments of Katze

``` bash echo $TERM ``` prints `xterm`.

The gist above is exactly what I used to test with. I just made a [new gist](https://gist.github.com/63f2a9944ccdc58524d7) containing my current test program. It uses rustbox 0.7.2. If I now run...

> If your delete key terminal code is wrong, but the > code for backspace is alright, you can put this in > your .vimrc: > `:fixdel` I did read...

It would indeed be very nice if the Mastodon Web UI could store a draft. Just localStorage would probably scratch the itch for like 80% of people, especially considering that...

This would also provide some sort of testing for the new versions as this is a commit and only commits are triggering the build.

The original request was in regards to documentation of the HTTP REST API, i.e. the API built on top of HTTP. [The linked API docs](https://join-lemmy.org/api/classes/LemmyHttp.html) are a JavaScript/TypeScript API documentation...

I would like to note that *GorillaDevs Inc.* is not a natural person but a corporation of sorts which makes GDPR applicable. This means that technically you either have to...

Also doesn't work for `use`. # Input Using `brace_style = "AlwaysNextLine"`: ```rust use :: { std::time::Duration, async_std:: { fs::remove_file, path::Path, task, }, clap:: { app_from_crate, crate_authors, crate_description, crate_name, crate_version, Arg,...

Same here on Gentoo with btrfs-progs 6.0.2 vs. 6.1. The issue seems to be independent of kernel versions, I've tried both 5.15.x and 6.1.1.

> Upstream issue: [kdave/btrfs-progs#562](https://github.com/kdave/btrfs-progs/issues/562) Looks very much like an issue contained to *btrfs-progs* specifically then, unrelated to *btrbk*. I'd suggest closing this issue as no further action should be required...