Jon Rostran

Results 9 comments of Jon Rostran

I think centering is an extremely tricky behavior and it probably is a good idea to fix this issue. So far, the way I deal with this is this ```ascii...

@galaunay ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) directory-file-name(nil) elpy-django-runserver(nil) funcall-interactively(elpy-django-runserver nil) call-interactively(elpy-django-runserver nil nil) command-execute(elpy-django-runserver) ``` called when visiting `manage.py`. If I attempt the same but using `C-c C-x...

@galaunay yes, I was about to comment back. I realized this right now while trying the command on a project with a git repo.

Cool. This was helpful. But I agree... It would help if this was somewhere in the bottom of `README.md`

@galaunay yes, it is working for me, I dont use Ipython so this is good for me.. Thanks EDIT: It'd be nice to include this new function in Elpy for...

How do I use this workaround in Flask? There are two variables that are undefined in the code sample: `ujson` and `dasherize`. Should they be imported from somewhere? It'd be...

@fxbois https://gist.github.com/avocadoras/173397111ddf81d0bf4766ef6e054010 is this ok: https://guides.emberjs.com/release/components/component-arguments-and-html-attributes/#toc_html-attributes EDIT: I hope this is better https://github.com/emberjs/rfcs/blob/master/text/0435-modifier-splattributes.md

I think it also breaks on lines like `src={{this.src}}` like in the sc from the first comment. There are no quotes around the value on the right side of the...