Bo Andersen
Bo Andersen
> When the argument list is split across multiple lines, the closing parenthesis and opening brace MUST be placed together on their own line with one space between them. https://www.php-fig.org/psr/psr-2/#44-method-arguments...
Hi, The documentation seems not to be fully translated for the English language: https://phpopencv.github.io/docs/mat.html 
We have a recommendation to use StudlyCaps (PascalCase) naming in the PER: PER > The term "StudlyCaps" in PSR-1 MUST be interpreted as PascalCase where the first letter of each...
In the README: ``` Compare: Compare branches Compare commits Compare files across commits ``` But how do I compare two branches? Thank you.
Hi, In the install script, consider also testing for .bash_aliases. Right now, it seems to only check: *"/.bashrc" | *"/.bash_profile" | *"/.zshrc" | *"/.zprofile". Example from .bashrc: ``` # Alias...