Pаramtamtām

Results 52 comments of Pаramtamtām

Pool will be implemented?..

1. **Symlink**. In public directory execute: ``` bash ln -s ./../vendor/maximebf/debugbar/src/DebugBar/Resources ./debugbar ``` 1. **Apache rewrite**. .htaccess example: ``` htaccess ... RewriteEngine On RewriteRule ^debugbar/(.*) /vendor/maximebf/debugbar/src/DebugBar/Resources/$1 [NC,L] ... ``` 1....

What is the best practices for making **accessible "outside"** debugbar assets from **vendor** directory? This is the first step before setting `baseUrl`.

One more idea - maybe you can make a bower package for your web accessible resources? Than everyone can install a package and use them without any server reconfiguration _p.s....

Чуваки, в данный момент нет возможности поддерживать данный проект. Если будет сделан PR с необходимыми изменениями - то он будет слит в `master` веткой - без проблем

Hi @meichengg! I can't reproduce described behavior... For example, https://jetbra.in/ opens without the loop (chrome 101, linux): ![image](https://user-images.githubusercontent.com/7326800/169241997-a8c519d3-d646-4d41-a3a9-70646be094e6.png)

Ok, I will check on mac a little bit later, ok?

Are you sure you don't have any other installed extensions that might be interfering with the site's functionality? Could you disable all of them for a test?

Thanks for your issue! I will keep in mind your suggestion for future UI updates. But at the moment I don't have enough desire to greatly redesign the UI. Maybe...

I need some time to think about your solution ps. Anyway - great thanks for your contribution!