| Sep | OCT | Nov |
| 30 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
bat for peeking at everything, but here is one little pet peeve I recently encountered:
I only want line numbers when the auto-pagination sets in. Beforehand, the files are so small that it doesn't matter, and having no numbers makes copying much easier. But in the pager, they are super useful!
I tried to create a workaround by using bat as a pager for itself, but s
Read more
bug
good first issue
Open
$ fd -t f -e ''
Describe what you expected to happen:
I expected to have a output ~similar to the output of find . -type f ! -name "*.*"
What version of fdare you using?
fd 8.1.1
Which operating system / distribution are you on?
Read more
good first issue
idea
question
Open
.toml file in the project root when I discovered this. Using the command:
open Cargo.toml | get bin | get required-features, produces both an output table, and an error:
> open Cargo.toml | get bin | get required-features ────┬──────────── 0 │ textview 1 │ inc 2 │ ps 3 │ sys 4 │ fetchRead more bug good first issue Open
image crate with default options is the absolute leader in code size:
File .text Size Crate
5.7% 14.6% 364.0KiB image
4.6% 12.0% 297.3KiB wgpu_native
3.8% 9.9% 246.5KiB std
3.5% 8.9% 222.1KiB usvg
2.6% 6.8% 170.0KiB iced_wgpu
I don't need to support ico, bmp, tga, hdr, dxt, dds, farbfeld and so on in a program that would only ever decode
Read more
feature
good first issue
improvement
Open