gmadrid
gmadrid
Fixes #39 This is some ugly Rust. I have always found the interaction of if and if let to be a bit awkward. I'm very interested in seeing how you...
This code: ``` trait Example { #[throws] fn foo(); } ``` expands to this: ``` trait Example { fn foo() -> ::core::result::Result { ::from_ok(()) } } ``` This inserts a...
1) Cannot restrict access to 'localhost' only. Adding this options makes the rest of these issues less important. 2) Cannot restrict access to 'noparent' or similar means that /etc/passwd can...
Looking at the Sankey example (http://bost.ocks.org/mike/sankey/), nodes like "Road transport" occur frequently which have crossing link lines. This creates unnecessary visual confusion. The problem occurs when a "higher" node is...