R.B.Gottier

Results 8 issues of R.B.Gottier

Backtrace message #1 is what you would expect to see in the Firefox 43 console, but the line number is stripped off: ```php

I see in the _log method that the backtrace message is a concatenation of the file path, a space, a colon, another space, and then the line number. The console...

```php // Simple array shows up in console as "Array" $arr = array('a','b','c'); // Associative array shows up in console as "Object" $assoc = array('a' => 100, 'b' => 200,...

Group collapsed not displaying anything in Chrome or Firefox: ```php require_once 'ChromePhp.php'; ChromePhp::groupCollapsed('Letters'); ChromePhp::log('a'); ChromePhp::log('b'); ChromePhp::log('c'); ChromePhp::groupEnd(); ``` Nothing seen in the console for either Firefox 43 or Chrome (current...

I'm converting some existing code to use your package because the old package locked us into Guzzle 6.x. So I already have an app key, app secret, and non-expiring access...

### Prerequisites - [x] I have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for similar bugs in both open and...

focus: performance
focus: data-store
type: community contribution
team: Proton

Although Elastislide works well in the developer tools version of IE8, native IE8 is not so friendly, and the preview image of example 4 never changes when clicking on one...

### Describe the solution you'd like When a subscription is saved for any reason, whether it be by admin or customer, and even when there is no status change, I...

type: enhancement
type: community contribution