Chris Green
Chris Green
Should a simple .gitattributes file be added to https://github.com/protocolbuffers/protobuf-php to fix this for all the people checking the vendor folder into their git repos?
FYI on pantheon all of these echo scripts append `*.php -text diff` to `vendor/google/.gitattributes` during each composer build making the .gitattributes file grow indefinitely within the artifact repository lol. See...
I was able to get around the issue by creating a new lando file with an id and placing it into the directory. ``` name: projectname recipe: pantheon config: framework:...
~~How do I rerun the check CLA action?~~
The goal of this pull request is to allow projects to track the composer downloaded copy of this package in a git repository and for PHP to be able to...
Why not set an aspect ratio instead of a min max width height? Bootstrap wraps iframes with a div like this https://getbootstrap.com/docs/4.5/utilities/embed/#aspect-ratios This adds some CSS that does this ```...