Sangho Na

Results 16 issues of Sangho Na

This PR stops the installation process from proceeding if the version is Python 3 (which is not currently supported) as discussed in #4. ``` bash $ python setup.py install Sorry,...

Hello. It's likely that it's not supported in Python 3, but... ``` bash [microamp@arch ~]$ pip --version pip 1.5.6 from /usr/lib/python3.4/site-packages (python 3.4) ``` ``` python [microamp@arch ~]$ sudo pip...

Managed to run Doga using Python 2, but the process seems to hang when I quit it. When I tried to kill the process manually after waiting for a few...

As per http://legacy.python.org/dev/peps/pep-0008. Just to make the codebase look more organised and consistent. I'm not sure how mature packages like 'autopep8' are at present, but worth having a look if...

Some Magit commands still displaying default colours, e.g. `magit-log-current`

type-improvement
status-pending
context-package-support
context-ui

`yaml-mode` currently unsupported

status-pending

status-pending

No `if` statement is required in the `definedp` function, hence removed. All other diffs are related to trailing whitespaces removed. Thanks.

For example, ``` {{console.log("hello world");}} ``` instead of ``` {code} console.log("hello world"); {code} ``` The latter is what I expected to happen.

Fixes #7036 An additional argument has been added to pass the `email_or_name` variable through.