Thomas Kerin

Results 77 issues of Thomas Kerin

Check queries to make sure we aren't hitting the database unnecessarily

I have a custom extension I wanted to test. I wonder is it in scope for this project to test things not available in PHP? I derived a docker file...

Today I bumped my environment to PHP7.2 and saw a new failure. It came about while serializing a structure with a `repeated` field, we'll call it SomeRepeatedValue - I had...

I was testing this library out and tried rebuilding a Weight object from it's components (weightRange, weight, and format) It looks like this line: https://github.com/rechner/py-aamva/blob/master/aamva/aamva.py#L1647 is incorrect and causes the...

php 7.4 has been forked off from master, so travis regards 'nightly' as php8.0 now. according to this issue, it's possible to test on 7.4 by using the '7.4snapshot' version!...