Martin Zajíc

Results 6 issues of Martin Zajíc

In examples like https://github.com/lexik/LexikFormFilterBundle/blob/master/Resources/doc/working-with-the-bundle.md#ii-filter-customization user can see `return $filterQuery->createCondition($expression, $parameters);` where $expressing can be `Composite` but internally phpdoc hint is string. This will throw error in static analysis like Phpstan....

I found weird behavior, when I serialize message to json at the end there is null character \u0000. I can't figure out why this is happening, in the end I'm...

php

Fix bug described in https://github.com/protocolbuffers/protobuf/issues/10591 Serialization of empty message packed in Any

php
release notes: yes

### Is your feature request related to a problem? Please describe. We have older codebase where we have interfaces called UserExceptions and ApplicationExceptions based on this interfaces we know if...

enhancement

When `jobTimeoutMs` is set to run query and query timeouts `WaitTrait` causes to wait for result "indefinetly" (Job::MAX_RETRIES). How to replicate issue: ``` $client = new BigQueryClient(...); $client->runQuery($client->query( 'WITH RECURSIVE...

api: bigquery