Georg Brandl

Results 52 issues of Georg Brandl

In the example 12_select-stmt_diagram.txt, a lot of line length and tracing work for the eye can be saved if the box exit is not forced to be at the same...

See the `10_create-table-stmt_diagram.txt` example: it has ``` [!*[['table-constraint', ","]#`primary key and stuff`]]#`Zero or more table-constraints ``` but the generated diagram is ![image](https://user-images.githubusercontent.com/144359/47100832-ae5afc00-d238-11e8-8c4b-e88800fe0434.png) Following the railroad, the comma comes before the...

Precision and possibly other modifiers in PythonFormat don't change the output, regardless of setting...

https://github.com/sfackler/cargo-tree provides the functionality of the [deprecated and unsupported](https://github.com/killercup/cargo-edit/issues/87) `cargo list`. Please add it to cargo-extras.

T: new subcommand
D: easy

``` $ cargo run -- sweep -d -r -i Compiling cargo-sweep v0.5.0 (/home/gbr/devel/ext/cargo-sweep) Finished dev [unoptimized + debuginfo] target(s) in 1.55s Running `target/debug/cargo-sweep sweep -d -r -i` thread 'main' panicked...

bug
good first issue

fixes #43

S-waiting-on-review

Running `cargo sweep -i -r -d`, I get "Would clean XXX MB" for each individual project. It would be nice to cumulate those savings and display a total at the...

enhancement
good first issue

Thanks for the interesting crate. Is iteration possible? Probably in the form of internal iteration, i.e. `map.for_each(|key, value| { ... })`?

A few times now, I had to take in complex-ish Python data and convert it into an equivalent in Rust. `FromPyObject` already does the basic types, but I'd also like...

needs-design

**Describe the bug** When running x11vnc on a X server where multiple keyboard layouts are activated in GNOME, keyboard input from the viewer side is messed up. **Expected Behavior** The...

bug