Mike BRIGHT

Results 18 comments of Mike BRIGHT

pandoc support for remark.js would be nice. Personally there are 2 independent things that I'd like - A remark.js to Powerpoint conversion - A remark.js slidesorter: I find it to...

Thanks for the suggestion but this really doesn't do what I'm looking for as I need some sort of visual selection to be able to reorder slides efficiently, something like...

+1 On 10 July 2017 at 15:09, Johnny Mkhael wrote: > Why? Well, because I am lazy > > yum install bash-completion > source > — > You are receiving...

Thanks for the info, I didn't know about that keypair. After a few unsuccessful attempts (logging in as root or ubuntu) I realized I should try vagrant user. I think...

No problem, I let you Cherry pick ... decided to create a Python version yesterday to go faster, so thanks for the inspiration ! I intend to use it a...

You'll have to provide more information. What version of Python are you using ? - probably you need Python 3.x. What is the full error message, to see what line...

OK, thanks. Maybe it's a line ending problem on Windows. Don't have acess to a Windows machine right now, but will look at this next week. On 25 September 2017...

I don't think you ran the code with Python 3.6. I created a test file, test.py: type='type' print(type + ": ", end='') I ran this using Python 2.7.12, 3.5.2, 3.6.1,...

Hi, thanks for proposing a fix. However, it doesn't look good to me. The current logic tests for either a single quote ' or a double quote ", and that's...

Adding full traceback on Ubuntu Traceback (most recent call last): File "/home/mjb/anaconda3/lib/python3.5/site-packages/xonsh/base_shell.py", line 154, in default run_compiled_code(code, self.ctx, None, 'single') File "/home/mjb/anaconda3/lib/python3.5/site-packages/xonsh/codecache.py", line 57, in run_compiled_code func(code, glb, loc) File...