Phoenix
Phoenix
When i'm connected over ssh and sudo any command, every character i type during that password prompt gets shown inside the ``, which, for a password prompt, is quite unfortunate....
Sometimes, especially when i accidentally start typing too early (before the prompt is ready), my input gets written inside a ``, where my usual zsh autocompletion doesn't work. DomTerm version...
In jQuery up to 3.2.1, when asking for the `position()` of a `div` in a `td`, the position would be relative to the table. Since 3.3.0+, the position is relative...
This fix is for the pointsToEmu calculation. It first does the same as pointsToPixels, but then instead of doing the same as pixelToEmu, it does the same as emuToPixels. This...
# Current behavior Lets take the following example snippet: ```php $route = SimpleRouter::get('/route/with/{parameter}', function() {}); $parameters = $route->getParameters(); // $parameters == [ 'parameter' => null ] $route->setUrl('/route/with/{differentparameter}'); $parameters = $route->getParameters();...
## Describe the bug When checking a specific file (see minimal code sample), phpcs throws an `undefined array key` error. ### Code sample ```php