RockyRoad29

Results 9 comments of RockyRoad29

On 12/04/2014 14:02, Gerrit Uitslag wrote: > (Technically) the entry editor is just a variation on the normal page edit, but with a nice form. > So it is required...

I applied this PR in my branch [mocha.el#mocha-debug](https://github.com/RockyRoad29/mocha.el/tree/mocha-debug) and am trying to elaborate on it on the side (working on something else at the moment). I opened [a wiki with...

I think this PR should be related to #52 and #59 . This one may have seemed wordy, as it I was carefully explaining each change for collaborators. But it...

complements : - https://github.com/RockyRoad29/mocha.el/tree/mocha-debug - https://github.com/RockyRoad29/mocha.el/wiki/Mocha-in-emacs

This PR #350 fixed it for me. But for some reason CI fails. I leave it to you from here.

Some details about possible solutions would be welcome on emacswiki or elsewhere with a pointer here ... I am also trying to get rid of those annoying warnings on statements...

Hi, I just found this PR which is pretty much the same as mine I think (I have no time right now to read it thoroughly). Might be worth cross-ref'...

Hi, I'm completely new to LightTable and I might be wrong but I think I found a better fix that I just [submitted](https://github.com/LightTable/Python/pull/47) ``` python def ensureUtf(s, encoding='utf8'): """Converts input...