James Olsen
James Olsen
@postcasio, please accept pull request #10. I was looking for this exact functionality and found @danielbrodin's PR and tested it. It appears to work perfectly both with a project in...
@postcasio Thank you for this plugin and I assume you have a lot going on. If at all possible, please accept this PR and bump and push a new version....
This feature (using project title from Package Manager, if one is defined) would be added if @postcasio would accept Pull Request #10 from September 2015.
Omitting comments, here is my `urls.py` ``` from django.contrib import admin from django.urls import path, include urlpatterns = [ path('pyas2/', include('pyas2.urls')), path('admin/', admin.site.urls), ] ``` From what I can tell...
results of `pip freeze` ``` asn1crypto==0.24.0 certifi==2019.6.16 cffi==1.12.3 chardet==3.0.4 cryptography==2.7 dataclasses==0.6 Django==2.2.4 django-pyas2==1.1.1 idna==2.8 oscrypto==0.19.1 pyas2lib==1.2.2 pycparser==2.19 pyOpenSSL==17.5.0 pytz==2019.1 requests==2.22.0 six==1.12.0 sqlparse==0.3.0 urllib3==1.25.3 ```
Would someone please share their `pip freeze` results (if different than mine) and I'll see if locking versions of all python modules works around this blocking issue for me? If...
While a resizable panel (that retains settings between launches) is preferable, putting this in your styles.less will at least let you tweak the width of the symbols tree view if...
Possible dupe of #33, #42, #96, #99