Grundik
Grundik
Transdrone cannot get ktorrent list of torrents, if any of them has thousands separator in their statistics. Following error occurs: ``` Error: java.lang.NumberFormatException: Invalid float: "1 022.84" ConnectionError exception: java.lang.NumberFormatException:...
I'm using Psi+ v1.3.425 (2018-10-14, Psi:02fbdec1, Psi+:9351ce3), Qt version 5.11.2 on debian linux (latest available distro version of psi+). When PSI+ connects to gmail.com it complains «The gmail.com certificate failed...
### Bug Report | Q | A |------------ | ------ | Version(s) | any since at least 2.0.0 #### Summary Laminas\Db\Adapter\Driver\Pdo\Result->rewind() always reading one row from the database, even if...
### Bug Report | Q | A |------------ | ------ | Version | 3.6.2 #### Summary Schema introspection incorrectly parses sequences from namespace `public`, if current namespace is other than...
In `Base64->decodeNoPadding()` two conditional checks of `$srcLen & 3`. But it can't be zero and greater than 1 at the same time, probably that was a typo. As far as...
| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...
### Bug Report | Q | A |------------ | ------ | Version(s) | 4.7.1 (all versions affected since 4.5.0) #### Summary Laminas\Code\Generator\PromotedParameterGenerator#fromParameterGeneratorWithVisibility are losing nullable flag of such parameter. ####...
Since properties are inherited, their declaration should not be doubled. Issue arises with laminas-code versions, which supports constructor property promotion (at least 4.7, maybe earlier). Closes #784 // cc @nicolas-grekas
Nullable modifier is lost in promoted constructor properties. For example, this code will result fatal error: ```php class Test { public function __construct( protected ?int $value ) { } }...
Documentation says: "Csync2 automatically ignores all groups which do not contain the local hostname in the host list. This way you can use one big Csync2 configuration file for the...