Kirill Lobastov

Results 6 issues of Kirill Lobastov

I can't use it because of the old psr/http-message dependency, my dependencies require version 2.0

Работает если наводить только из-за пределов "рабочей области бразуера" в общем если навести сначала на адресную строку браузера, а потом на таб - тогда сработает, иначе никак.

bug

**New unit test with navigation into source** ![phpactor navigation issue](https://github.com/user-attachments/assets/b3afbde0-a574-4be9-af7a-83761f4c1628) **Navigation into exist unit test** ![phpactor navigation issue2](https://github.com/user-attachments/assets/3ce774e1-dd8b-4efb-b6dd-454fd6f7a1a5) **lsp-config** ```lua phpactor = { root_dir = util.root_pattern('composer.json', '.git'), init_options = {...

Same problem https://github.com/hrsh7th/nvim-cmp/issues/645 How disable function arguments in phpactor LSP after completion function? ccls allow do that https://github.com/MaskRay/ccls/wiki/Customization#clientsnippetsupport Example: * write array_red... * using autocomplete bind * got `array_reduce($array, $callback)`...

I think dbbe should close connection after each sql request or use once connection ![image](https://github.com/user-attachments/assets/55996eec-e5b9-4d87-aa08-dcfac4c896cf) `docker exec -it -u root db_pgbouncer_1 psql -p 6432 -U postgres pgbouncer -c "show clients"`...