Sartor
Sartor
There is type error wher using MD5 auth middleware in `Buzz\Middleware\DigestAuthMiddleware::getClientNonce()` `nonceCount` must be int
I want to use `GENERATED ALWAYS AS IDENTITY` type instead of serial. Now I can't find any way to use it. Here is my sample migration (don't work now) ```php...
Fixed some PHP 8.1 deprecation errors. Null strings casted as empty. No BC breaks
When I tried to flash simple blinky project (https://github.com/aptlyundecided/super-blank-rust-pico-project/tree/master) It works via USB connection and elf file upload, but didn't work via probe-rs with STLInk connected There is error when...
Redis sentinel master auto discovery This is alpha version, it may contains major bugs. Use it only on own risk! Introduced new class `SentinelClient` with public methods: masterAddress() - for...
Hi. There are two options to decrypt message either with password or with private key. But not both of them. May be I am doing something wrong? I've tried: ```...
Recent Convertor stop working because of new NULL value appeared in source Yaml file with regexes. This pull request fixes handling of null values. Test included
New attribute `TestWithArray` introduced. More compact version of existing `TestWith` for many cases. Example: ```php #[TestWithArray([ 'odd' => [1, true], 'even' => [2, false], ])] public function testNumbers($number, $isOdd): void...
Fix go.mod version format: ``` go: errors parsing go.mod: /src/github.com/ProtonMail/gosop/go.mod:18: invalid go version '1.22.0': must match format 1.23 ```
### Description Same expression with same names param are now renamed and this breaks all queries with select and groups by same expression. In prepared statement params names are different...