Wilfred Hughes

Results 311 issues of Wilfred Hughes

Pip already includes caching: http://pip.readthedocs.org/en/latest/reference/pip_install.html#download-cache and you can globally set it by writing `download-cache = ~/my-pip-cache` to ~/.pip/pip.conf. We should respect that setting rather than rolling our own. If a...

The Python community is moving to wheels, we would benefit significantly (through using widely supported tools) if we used wheels too. It would allow us to use pip. Pip is...

TAB works fine in when starting node from bash, so we should be able to do the same thing inside Emacs.

I did write a [tweet referencing a JSFiddle](https://twitter.com/dontYetKnow/status/357093073685184512), but I suspect that's just an iframe issue. My issue occurs without an iframe. With the following HTML: ``` what font am...

This is a neat little package, and it would be nice to see it on MELPA.

Dired buffers do not have a file name, but do have `default-directory` set.

**Describe the bug** When running inside eshell, crossterm claims the size of the terminal is zero. A clear and concise description of what the bug is. **To Reproduce** Steps to...

This might be a good way to exercise common syntax errors

This is consistent with Emacs highlighting.

https://github.com/rust-lang/rustc-hash/pull/37 suggests some perf wins, and difft is very sensitive to hash performance.