Fabio Silva

Results 12 issues of Fabio Silva

Hi, Is there any way to generate a table/csv that doesn't required all the values to be loaded in memory ? It looks like iterators are supported in some cases...

question

Add support to generate release notes content for a release https://docs.github.com/en/rest/releases/releases#generate-release-notes-content-for-a-release

Few things going on here: * add github action to runs unit tests on push * fix the make file that downloads gtest * cleanup some warnings/errors on the existing...

The PHP C extension is currently not compatible with phpunit `Assert::assertEquals($m1, $m2)`. phpunit `assertEquals` ends up converting the objects to array before the comparison. It relies on some php magic...

help wanted
php
untriaged

The PHP C extension implementation of a message `__constructor` throws an exception when a optional value is null. I believe this happens BC `Message_InitFromPhp` `Message_GetUpbMessage` do not take into account...

php

Hi. This is meant to reduce the noise when running php tests and make the test a bit more friendly. There is a ton of [warnings](https://github.com/protocolbuffers/protobuf/actions/runs/13707746863/job/38337186415#step:8:1683) happening currently due to...

php
untriaged

Should fix : https://github.com/protocolbuffers/protobuf/issues/21207

php

* Handle NULL values in the PHP extension's conversion functions. * Tests that verify the behavior of converting supported types. Should fix : https://github.com/protocolbuffers/protobuf/issues/20000

php
untriaged

Should fix : https://github.com/protocolbuffers/protobuf/issues/20648

php
untriaged

The PHP C extension implementation native PHP implementation have different behavior when deserializing a empty JSON object/array. The native php implementation threats both '{}' and `[]` as valid inputs. And...

php
keep open