Kirill Lobastov
Kirill Lobastov
I can't use it because of the old psr/http-message dependency, my dependencies require version 2.0
Работает если наводить только из-за пределов "рабочей области бразуера" в общем если навести сначала на адресную строку браузера, а потом на таб - тогда сработает, иначе никак.
**New unit test with navigation into source**  **Navigation into exist unit test**  **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  `docker exec -it -u root db_pgbouncer_1 psql -p 6432 -U postgres pgbouncer -c "show clients"`...