Zlatoslav Desyatnikov

Results 44 comments of Zlatoslav Desyatnikov

Same. Downgrading to `v0.0.0-20220301011324-fed5bc26b7fa` solved it.

Any updates here? Would be great to have regex like `release/*`

I run semantic-release in Gitlab CI and manage branches to run through CI rules. Then I just pass branch name like this: ```bash npx semantic-release --branches $CI_COMMIT_REF_NAME ```

> I think you should change the default value in constructor of the child. Unfortunately, I cannot. It's a part of Laravel Eloquent and constructor cannot be used for that,...

Just opened PR to fix that. I've waited for more than a year and decided to fix it by myself 😄

Hi! Set `xdebug.start_with_request` to `trigger` and XDebug won't run when it isn't needed.

I've fixed uint64 bug both in PHP and C implementations. Both of them had problems with `uint64` values bigger than `int64` on 64-bit systems. Also found error in `test_util.php`: https://github.com/protocolbuffers/protobuf/pull/14552/files#diff-9ab947dc8c87867e1fbb799135a9a936f066df99509a347c30512d7e1dd69329R42...