Results 9 comments of attero
trafficstars

I've had some success using [serenata](https://gitlab.com/Serenata/Serenata#installation) and Sublime-LSP on Windows since phpactor doesn't support Windows path URIs yet, see: https://github.com/phpactor/phpactor/issues/564#issuecomment-729447765 ```json { "serenata": { "enabled": false, "command": [ "php", "-d",...

You can use the bundled language server from the vscode extension https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense --> download extension --> rename to .zip --> /extension/vendor/felixfbecker/language-server/bin

Also please don't warn the user when using an empty password, what's this warning even good for in the first place? Just try it and fail if unsuccessful. There should...

It's not much, but if someone would like to earn a quick 25$. https://www.bountysource.com/issues/96303028-add-a-yubikey-slot-option-to-keepassxc-program

This for example is my youtube redirect rule, I can watch videos logged out of google and still use native subscriptions when going to the YT-home ```json { "description": "YT...

there could be a `&createContainer=true` GET parameter to force container creation and otherwise don't create one and just redirect to the requested site without a container.

@pwarchol Thanks I love it. Any reason why it has to be php specific? Shouldn't it just about work with any absolute / prefix + relative path. Maybe think about...

Hi, thanks for the response. I've updated to v11.12.2 manually so I couldn't reproduce the problem. But now I have the same issue with v11.13.2. The folder update_tmp gets created...

ok I've finally got it to work after replacing, not just overwriting / merging the core directory, maybe there were some old dlls / files in there that didn't get...