Marcus Bolmstedt

Results 5 issues of Marcus Bolmstedt

PHP 7.4 will make a breaking change for `password_hash()`, changing `PASSWORD_DEFAULT` to `null` and allowing the algorithm (second parameter `$algo`) to be `null` and also accept strings while throwing deprecation...

### What's wrong The `forbidden-inline-ignore` option is parsed from a comma-separated string into a tuple, but the code itself joins all codes using an empty string, then tries to split...

bug

We have a multiple OpenAPI schemas where some might not follow all rules yet, and have switched off certain rules for certain schemas using overrides in our `.spectral.yml` configuration, like...

**Describe the bug** When extending a list, items are added twice in the native value, but not in the legacy value. This can be reproduced by creating the following files:...

bug

Setting a limit on a cursor and retrieving items until the limit is reached will result in `.alive()` to return `False`, however not with the mongomock implementation, as it checks...