Miguel Cabrera
Miguel Cabrera
Just commenting here, I am using Emacs on Mac OSX and since this change I am getting: ```Unable to load color "unspecified-fg"``` Using: ```GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS...
@milouse thanks for your reply. > Very strange… can you do a `M-x describe-function` and enter `color-defined-p` and copy/paste here the result of the doc? It should speak about unspecified-fg/-bg....
Hi @carmoreno1 thanks for the report! I've been busy lately but I will put in on my queue of things to do :)
I also belive is a great idea. MyPy requires a venv with Python3 (if you work primarily with Python 2, which is my case). Any pointers on how make this...
@RyanKung hi Ryan! Thanks for the tip. Indeed I know, and I am using it right now with Python 2.7. Thats the main Python of my system. So I created...
> Hey Miguel, > > Great work, I think this could be very useful for many people. > > I have a question: > > "Unit test" for me implies...