Andrew

Results 882 issues of Andrew

Emacs can be added to Android Terminal's PATH by inserting two lines in `/system/etc/mkshrc`: ``` export PRIVATE=/data/data/com.zielm.emacs export PATH=$PATH:$PRIVATE ``` Can future versions of Emacs for Android please do this...

I'd love to open my .md Markdown files with Emacs by tapping them in file managers (Astro, Root File Browser, etc). But Emacs doesn't register any filetypes, so Android doesn't...

I'd love to use Monokai for Vim inside of Terminal. Could we please add support for this?

enhancement

PEAR 1 was giving me trouble, so I tried using PEAR 2. Trace: ``` $ curl http://pear2.php.net/pyrus.phar $ php pyrus.phar install phpmd Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52 Pyrus: No user...

Do you happen to know how .npmrc files should be highlighted? Are they like freeform .conf files, or some standard like INI, or even it's own npmrc format?

##### SUMMARY DilOS is missing from the distribution family map variables: https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts/system/distribution.py Note that DilOS is derived from Solaris, and uses the apt package manager. ##### ISSUE TYPE - Bug...

needs_info
support:core
bug
affects_2.7
P3
distro_port

##### SUMMARY MINIX is missing from the distribution family map variables: https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts/system/distribution.py Note that MINIX uses the pkgin package manager like NetBSD. ##### ISSUE TYPE - Bug Report ##### COMPONENT...

needs_info
support:core
bug
affects_2.7
P3
distro_port

Hi, Can we please get some common OS packages for warc2html, in order to make it easier to install? * macOS (Homebrew) * Debian/Ubuntu (PPA) * RHEL (yum repo) *...

I can include libraries like [proper](https://github.com/manopapad/proper) and [getopt](https://github.com/jcomellas/getopt) by linking into my Erlang libs folder and inserting `-include_lib("../.hrl").` in my code. I tried this with mochijson2, but I can't seem...

* Warn on empty unit test suite * Warn on missing code coverage (e.g. JaCoCo, Cobertura)