Alex
Alex
It seems, like recently added sniffs (in PHP_CodeSniffer 2.3.1) are not present. It would be great to have some script that would scan PHP_CodeSniffer repo and get sniff names from...
When Terminal window can't fit all 10 results, then attempt to navigate into 6+ result just moves selection cursor out of the screen. I'm proposing to implement clever scrolling, where...
I've downloaded `mcfly-v0.3.1-x86_64-unknown-linux-gnu.tar.gz` binary from a latest release and when running `mcfly` command I've got this error: ``` ./mcfly: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./mcfly) ``` Doing `ls...
After upgrading to the PhpStorm 2022.2 I've started to get a "Color Scheme deprecation" notification on each PhpStorm startup with the following text: ``` You are using the Solarized Dark...
In PhpStorm 2019.3 the textarea of commit dialog, where commit message is written was styled the same was as main editor. This no longer happens in PhpStorm 2020.1. ...
This is a GUI project for XHProf and I see no image in README that shows how it looks. Isn't that strange?
Right now, when A servers are configured and B tasks needs to be performed the following A x B matrix is build automatically and is executed sequentially or in parallel....
The SSH public keys are supported for connecting to servers, but not for connecting to Subversion repositories. Same set of credentials (username, password, keyfile, keyfile_password) should be supported for Subversion...
Hi, I have the following setup: - N servers specified in `production` connection - on of the servers have `db_role` set so the migrations would only run in there -...
I saw the `@Entity` annotation as available in https://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/converters.html, but nowhere it was mentioned that it was added only in 5.0 version of the library. Maybe it should be mentioned.