NewUserHa

Results 111 comments of NewUserHa

for aiohttp.web, the common case is that the users write APIs. And for small tests, the users may try to return a simple response with `text=''` and `content_type='text/html'`, which is...

good idea. I tested `flask_debugtoolbar` and `pyramid-debugtoolbar`, both of them can't display the toolbar without the closing tags. probably they can improve too.

BTW, I found the style of the toolbar/fixed panel of [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) and [flask_debugtoolbar](https://github.com/flask-debugtoolbar/flask-debugtoolbar) looks good and is more convenient than this aiohttp one.

cool! [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) and [flask_debugtoolbar](https://github.com/flask-debugtoolbar/flask-debugtoolbar) way style is like a single page app. However, [aiohttp-debugtoolbar](https://github.com/aio-libs/aiohttp-debugtoolbar) is a button to go to a new tab.

Cool! Very useful information. Thanks for your replay.

But it does not support encoding to base64. https://github.com/mushanshitiancai/vscode-paste-image/issues/74 Shall we reconsider it? The repo seems inactive for some time already

I mean probably, use adb on android to remote android over wifi by scrcpy, instead of vnc or others