roushikk
Results
3
comments of
roushikk
> I think there are some issues with asgi. Got this running with runserver or runserver_plus Change docker start script from using uvicorn to `python manage.py runserver_plus 0.0.0.0:8000` > >...
Regex for all types are stored in `vscode-python-inline-source/syntaxes/python-inline-source.json` file For example: Regex for Markdown is ```regex (:) ((((\\w+)(\\.))?(markdown|md))|((\")(markdown|md)(\"))|((')(markdown|md)('))) (=) ([bBrRuU]?f?)(\"{3}) ``` In order to support both conditions, i.e. with and...