wangzhaohe

Results 16 issues of wangzhaohe

It do well in flutter project, But display diagnostic error in 3rd party plugins like Provider after I used command `gd` (coc-definition) to jump into the source file. ```dart import...

admin.py report.py url.py

ref: [Cannot run qtconsole with existing kernel in jupyter-client 7](https://issuemode.com/issues/jupyter/qtconsole/43008138) Should: pip install jupyter-client==6.1.12 python launchLeo.py --ipython Because with `jupyter-client-7.3.4 ` , Only a blank qtconsole display.

Bug
Jupyter
Delegated

When make book.html, Error displayed: asciidoctor: ERROR: book.asciidoc: line 18: include file not found: /Users/swot/offline/Book-TDD-Web-Dev-Python/part1.harry.asciidoc asciidoctor: ERROR: book.asciidoc: line 30: include file not found: /Users/swot/offline/Book-TDD-Web-Dev-Python/part2.harry.asciidoc asciidoctor: ERROR: book.asciidoc: line 42:...

I think there should be some changes. forms.py ``` from django import forms from .models import Comment class CommentForm(forms.ModelForm): class Meta: model = Comment # fields = ("comment", "author") fields...

Should be below: ``` {% block content %} Newspaper app A Newspaper website built with Django. View All Articles {% endblock content %} ```

If there is a markdown inline code, for example `print()`. The result in html is a new line. I think it should be an inline code to display.

Subnodes in example.leo can not be displayed in https://kaleguy.github.io/leovue/#/t/34/ Only display Top, but no subnodes.

(py36dj20) swot@pp:~/pp/zlhopesun$ python manage.py runserver --ipdb Performing system checks... System check identified no issues (0 silenced). May 06, 2018 - 02:15:34 Django version 2.0.4, using settings 'XService.settings' Starting development server...

@tbpassin All the outline nodes shown in vr3 panel have the same level H2. Is there a plan to change levels shown in vr3 panel? * vr3-show *** * export...

Enhancement
Delegated