Chris Morgan
Chris Morgan
[C-NEWTYPE-HIDE](https://rust-lang-nursery.github.io/api-guidelines/future-proofing.html#newtypes-encapsulate-implementation-details-c-newtype-hide) neglects to mention something that I feel is quite important: `Enumerate` does not just implement `Iterator`; it may also implement some or all of `Debug`, `Clone`, `FusedIterator`, `ExactSizeIterator` and...
This has been the widespread feedback when arewewebyet.org has recently landed on /r/rust a couple of times. The changes made a couple of months ago are extremely misleading, with a...
Although I doubt I'll ever use Classy, bugs in the JavaScript code in the documentation offended me enough to fix it. :-)
The template shown at http://strapdownjs.com/ has superfluous `` tag wrapping it. If you’re going to omit the `` and ``, you might as well omit `` as well—it’s quite legal....
`cargo-sweep …` and `cargo sweep …` should be equivalent, with the *possible* (but not mandatory) exception of usage information differing by that one character. Instead, `cargo sweep …` is equivalent...
- -d should have --dry-run - -r should have --recursive - -v should have --verbose All three of these long forms are well-established conventions. Amusingly, their short forms are actually...
I have a project for which a better text layout algorithm than simple overflow wrapping is required, and limn may well be what I need for the project as a...
This should really go in the Vim runtime; no reason why it should support HTML 4 only in a stock installation. [Vim 8.0 is coming](https://groups.google.com/forum/#!topic/vim_dev/i6gXZ9lytcA), so now would be a...
waybar 0.9.7, Arch Linux, “natural scrolling” enabled on my laptop’s touchpad. Two parts to this: 1. On a pulseaudio widget, swiping two fingers upwards causes volume to go *down*. I...
> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)? Loading stylelint (`require('stylelint')`) is very slow. It takes over a second for me...