Chris Graham

Results 37 issues of Chris Graham

> A public apology may be requested. I think this sentence needs elaborating on because needing to publicly apologize is a matter of "face", which is very important to people....

I think a good positive behavior to add would be to talk about effective signposting. Often maintainers will be overwhelmed with people requesting things from them, and not able to...

> Focusing on what is best not just for us as individuals, but for the overall community While I agree with the spirit of this sentence, I think is is...

Hi, I am a bit concerned by: > leaders pledge to make participation in our community a harassment-free experience for everyone To me, one makes a pledge that they are...

hasTransition is defined in the object, but transitionEnd is not. This is a regression from previous behavior. What this causes is the cookie dialog to disappear to opacity:0 but remain...

The `getVersion` method is documented to return only a single period: ``` /** * The version of the browser. * @return string Version of the browser (will only contain alpha-numeric...

Browsers/extensions may pre-load any GET URL, including from forms. GET is specified as read-only. A user of mine was having all bugs they viewed auto-monitored. I have confirmed this fix...

errcontext is removed in PHP 8. According to the RFC of its removal, it'll throw a deprecation warning. I haven't tested, but you can easily strip out the parameter from...

bug

The brace character extraction syntax is no longer allowed. ``` @@ -1652,7 +1651,7 @@ class FirePHP { $name = $rawName; - if ($name{0} == "\0") { + if ($name[0] ==...

bug

**OS**: Linux, Ubuntu 64bit 19.04. **Birdtray version**: 1.5 **Thunderbird version**: 60.8.0 **Birdtray origin**: Package manager I have Birdtray in my dock instead of Thunderbird, as I want to make sure...

enhancement
help wanted - I won't fix this