David J. Malan

Results 101 issues of David J. Malan

``` An error occurred while installing nokogiri (1.8.3), and Bundler cannot continue. ``` ``` sudo apt-get install libz-dev ```

bug

In that case, user presumably wants to edit.

enhancement
question

Currently, ``` | plaintext | `H` | `E` | `L` | `L` | `O` | |--------------|---|---|---|---|---| | + key | 1 | 1 | 1 | 1 | 1 |...

enhancement

As in a bug like ```c #include int foo(char c) { printf('%c', c + 1); return 0; } int main(void) { char c = 'a'; printf('%c', foo(c)); } ``` which...

enhancement

For consistency with a standard key name, rather than use our own (more verbose) one.

enhancement
3.x