Thomas Guyot-Sionnest

Results 38 comments of Thomas Guyot-Sionnest

I clearly didn't take enough days in January :s I do have this and a couple other things queued up I just haven't had the time to put any effort...

Great... I just posted a comment, looked like it was posted, then I couldn't edit it to fix a typo, hit refresh, comment's gone. So yeah, I clearly didn't take...

Hold on, this may not be as simple as it looked... I've had to make other changes that I'm guessing would break the old protocol. I had to patch stuff...

As expected the change pointed out was breaking JSON - so I made JSON return plain arrays as well and all if fine. So both protocols have been tested -...

It's not even about the syntax; whether it's markdown, html or straight up in the editor using a button, there should be a way to enter hyperlinks rather than having...

Hi Ton! I tried to make sense of this... While the fix is sound, long output seem to be a somewhat undocumented feature of N::P. In particular it wouldn't respect...

P.S.: Maybe a good opportunity to dust-off my Perl... Though it will definitively give me the impression of being stuck in an infinite loop... Bash, Perl, Python, Bash, Perl, ......

About whitespace, IIRC we settled toward using tabs for indent and space for alignment (i.e. continuation lines should be tab-indented like the preceding line then space-indented to align). ex: sub...

> I know many people joining different servers especially for the server's topic. The've got an account on a roleplaying/d&d instance and another one to use on a local (like...

Yes but it takes time and requires access to PyPi. I use pip-compile to hard-code the requirements for a release. I would like the build script to validate the requirements...