Garrett W.
Garrett W.
Just wanted to let you know that [rdlowrey/auryn](https://github.com/rdlowrey/auryn) is not unmaintaned but rather has been reborn as [amphp/injector](https://github.com/amphp/injector). It's alive and well so it can be included in the benchmarks...
In News and Notifications, I've seen several instances of comments on pull requests that don't show a PR number, and when I tap on it, it sends me to a...
When I view a single commit, it gives me the option of adding a comment but it never works, whereas the website would let me do it with no problem....
If I have a class that contains something like this: ```php class Something { // ... private static $propOne, $propTwo; // ... } ``` What happens is that after parsing,...
### Description Initially, JavaScript files do not have support in the Outline pane. When you open a JS file, the pane says (as it should): > No outline available >...
I'm on macOS. I installed phpcs globally with composer, and then added it to my global path by appending `~/.composer/vendor/bin` to `/etc/paths`. After verifying in a new terminal that typing...
I love the idea behind this, but after looking at the project's site, I see a few things I would change. 1. Your red (#ff4136) looks more like the inside...
### What steps will reproduce the problem? 1. Configure logging with a built-in target such as `yii\log\FileTarget` set to handle built-in log levels `['error', 'warning', 'info', 'trace']` 2. Then add...
The [Natural Color System](https://en.wikipedia.org/wiki/Natural_Color_System#Comparisons_to_other_colour_systems) has some unique definitions for its base colors. Color Name | Hex Value | Closest existing color in CMS | [Color distance](http://colormine.org/delta-e-calculator/) -------------|-----------|------------------------------|------------------ Red | #c40233...
One thing keeping me from using your library is the fact that I cannot install it with Composer. I would recommend supporting Composer to widen your audience.