George Bateman
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...
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...
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...
* Fixes #2378. * Fixes #2991.
Clear image before drawing new one to prevent pages of different sizes being drawn over each other
Screenshot of the problem below:  Note that this does introduce a moment where there is no image and so the screen flashes black.