-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge protobuf_and_authentication_for_community_post_poll_vote_details_retrieval
branch
#265
Comments
Facing similar issue as #268: grep -r '\${'
|
In the context of #265 to help [a Discord user](https://discord.com/channels/933841502155706418/933841503103627316/1228121669315330138) to leverage this tool.
Should leverage function includeOnceProto($proto) {
$COMMON_PATH = 'proto/php';
include_once "$COMMON_PATH/$proto.php";
include_once "$COMMON_PATH/GPBMetadata/$proto.php";
}
function includeOnceProtos($protos) {
foreach($protos as $proto) {
includeOnceProto($proto);
}
} |
Related to issues/295#issuecomment-2269988654. |
git branch -l
|
git branch -r
|
The Stack Overflow question 38206196 does not clearly help, I would like to append commits of the development branch. |
Let us cherry-pick one commit at a time. git cherry-pick 91ca212068c80e3ee82240263793f25ba7764ddb
Maybe it is because I forced pushed at the time or was not synchronized locally and remotely and pushed a branch as is. |
I confirm today pushed commits to correctly be able to load |
On the official instance |
protobuf_and_authentication_for_community_post_poll_vote_details_retrieval.
As someone asked on Discord if these changes were deployed on the official instance.
Let us investigate the Windows case:
Chocolatey: protoc
protocolbuffers/protobuf/releases/latest
Chocolatey: composer
composer/windows-setup/releases/latest
https://www.youtube.com/channel/UCQxJsAlqmBPAbR_0syDi9mg/community?lb=UgwSoAm2bGLaJM44UTZ4AaABCQ
The text was updated successfully, but these errors were encountered: