Julien Rebetez

Results 50 comments of Julien Rebetez

Thanks for looking at this. The assert is written as ``` assert difficulty >= 1, "Difficulty of 0 is not possible" ``` which is [correct syntax](https://wiki.python.org/moin/UsingAssertionsEffectively). The comma at the...

I'd be happy to have a look into this if nobody else is on it yet. I've some past experience at work with setting up flake8 on CI, so I...

I started experimenting with this in #486

I would like this as well. @5j9 I understand your concern about this being possibly out of your control, but would it be possible to add this as an opt-in...

@ericfischer Thanks for the suggestion. I gave it a try and it's indeed better, but not perfect. I get less polygons dropped, but still quite a few are missing: (red...

Thanks for the suggestion ! So you would like to run a selection line by line ? `Ctrl-C` currently runs the whole selection (doesn't it ?), so you can't really...

Ah ok, make sense ! Then yes, I agree it would be a nice addition. I can't promise anything because I'm quite busy currently, but if you feel like doing...

Yeah I guess it would be a matter of writing another function that calls [`RunTmuxPythonChunk `](https://github.com/julienr/vim-cellmode/blob/master/ftplugin/python/cellmode.vim#L261) and then goes to the next line. I'm actually pretty bad at vimscript, so...

Hey, sorry for the delayed response. I am using [tempname()](https://github.com/julienr/vim-cellmode/blob/master/ftplugin/python/cellmode.vim#L64) to generate temporary files. You can control the dircetory in which it is creating file with the TMPDIR envvar. Can...

What version of ipython are you using ? I'm not sure this still works with pre 4.0 versions.