♫ Christian Krause ♫
♫ Christian Krause ♫
As of now an extremely ugly variant to get in #14. Works, though. Please review.
As someone who writes command line apps and likes pipes, I would like to have a `sort -h` friendly output, as in: ```console $ my-rust-app 5.5G foo 2.6G bar 16G...
Adding macroid 2.0 to a fresh project created with sbt-android 1.7.10 `gen-android` yields the following proguard issues. How does one fix them? Shouldn't there be somewhere a list with proguard...
**Is your feature request related to a problem? Please describe.** The deleted files (view=trashbin) neither shows the size of the trash (the entire trash) nor the sizes of the files...
### Host operating system: output of `uname -a` ``` Linux node001.eve.ufz.de 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ``` ### node_exporter version: output of...
I've just added markdown-toc as a package to arch linux and wanted to share this
I'm looking for a little more `[rip]grep` in `xsv`, i.e. adding both an **exit status of 1 if nothing is found** and an associated **quiet mode** `-q` in either `xsv...
## Description Adds offset access and manipulation. Fixes #495. ## Testing guidelines I have a few structs that keep the table state. I use this `trait ScrollableTable` for each of...
## Problem The `offset` of `ListState` and `TableState` can neither be accessed nor manipulated. ## Solution Add publicly visible `fn offset` and `fn offset_mut` to both `ListState` and `TableState`. ##...
## Problem I find the `fn centered_rect` in `examples/popup.rs` to be extremely useful, so much, that I would like it to be part of the API, because I'd probably copy...