Daniel Colascione
Daniel Colascione
22:45:57 118000/122118 commits exported at 944/minute 22:50:21 119000/122118 commits exported at 919/minute 22:54:05 120000/122118 commits exported at 901/minute 22:54:05 Exported 120000 commits - adding checkpoint to output 22:56:21 121000/122118 commits...
GCC appears to evaluate transform function calls out of order, which I think it's allowed to do because function argument evaluation order is undefined. Hana should explicitly document the lack...
I'm writing a program using flex that supports cross-compilation between architectures. I'm using the C++ lexer mode. I'm generally happy with it, except for the way that the generated lexer...
I've never liked this design pattern in which the kernel creates worker threads automatically on behalf of userspace: userspace has a hard time controlling the number of threads and their...
This PR adds a Mailnag backend for using GMail's [inbox feed](https://developers.google.com/gmail/gmail_inbox_feed). This method supports GMail accounts for which IMAP support is disabled.
In this fork, flymake-timer has been changed from a buffer-local variable to a global, but on buffer close, we still kill the timer. So closing one flycheck buffer prevents automatic...
I work on a system with an extended version of the SQL language, and I'd like to be able to teach sql-indent to understand this system. There's no way to...
Say I have `mycommand foo` and `mycommand bar`. The way clize is written now, I have to write, when invoking `mycommand`, either `./mycommand foo --debug` or `./mycommand bar --debug` and...
rr a0028874c9ec53a92809eab51c75dfe120cfbe46 (master as of today) aborts when running a 32-bit x86 user-mode linux binary. munmapappears to fail with EINVAL. ```` (gdb) where #0 0x00007ffff66ddfcf in raise () from /lib/x86_64-linux-gnu/libc.so.6...