George Bateman

Results 26 issues of George Bateman

This commit is dependant on #663 or #666 to upgrade the PHPUnit dependency to ^8. It brings the tests to a passing state by removing all deprecation warnings that are...

Subset of #663. This pull request: - Makes the CI not dependant on a PHPStan pass so that it can run through to the unit tests - Adds alcaeus/mongo-php-adapter so...

This pull request: - Adds type declarations to bring down the PHPStan error count - Makes the CI not dependant on a PHPStan pass so that it can run through...

As requested for #36.

This is the `u128`/`i128` equivalent of #86048, which removed floating point formatting from the core library on `cfg(no_fp_fmt_parse)`. The purpose of this option is to permit linking with a custom...

A-bootstrap
S-waiting-on-review
T-libs

https://github.com/excelwebzone/EWZRecaptchaBundle/blob/21fea6daaa8b9a4782b2144a63a1e16da25ac519/src/Resources/views/Form/ewz_recaptcha_widget.html.twig#L5 contains a reference to `attr.options.size` which is not necessarily defined. If running Twig with `strict_variables` set to true this causes a crash. It should read ```twig {% if attr.options.size...

A grand total page across everything.

enhancement

This commit makes FromStr on integers constant so that `const x: u32 = "23".parse();` works. More practical use-case is with environment variables at build time as discussed in https://github.com/rust-lang/rfcs/issues/1907. This...

T-libs-api
S-waiting-on-review
const-hack
T-libs

Screenshot of the problem below: ![screenshot from 2018-08-24 15-13-17](https://user-images.githubusercontent.com/5357642/44589368-53fd6c00-a7b0-11e8-8780-486efd741401.png) Note that this does introduce a moment where there is no image and so the screen flashes black.