rimvislt
rimvislt
### Bug Report TypeError : Argument 1 passed to Laminas\View\Helper\HeadTitle::setTranslator() must be an instance of Laminas\I18n\Translator\TranslatorInterface or null, instance of Zend\Mvc\I18n\Translator given modules.config.php ... 'Zend\\Db', 'Zend\\Filter', 'Zend\\Hydrator', 'Zend\\InputFilter', 'Zend\\Paginator', 'Zend\\Router',...
Is new release planned any time soon? I can see that release tag for 1.0.0 was 2020. I can see that quite a lot of work is merged into master,...
Hi can I take over your project because you do not seem to be maintaining it anymore? My pip account username is the same as github: rimvislt
When loading from xxx.test toolbar links are using https but when using domain admin.xxx.test debug toolbar is using http for loading assets and both browsers chrome and firefox are now...
I have an issue with subdomain support. It seems that debug toolbar is always loading on the main domain but not the subdomains. For example, if I have test.com, admin.test.com,...
when clicking select or explain it is not working (routes are missing) for versions: Flask-DebugToolbar==0.11.0 Flask-SQLAlchemy==2.5.1 SQLAlchemy==1.4.27 Flask==2.0.2 from flask_debugtoolbar import DebugToolbarExtension debug_toolbar = DebugToolbarExtension() debug_toolbar.init_app(app)
Is it possible to move external files from _https://github.com/vb64/django.admin.geomap/blob/main/django_admin_geomap/templates/geomap/osm/base.html_ ``` ``` to assets, because it is fixed versions and it is blocked by "Content-Security-Policy" by default. This requires to add...