-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added PATCH method #49
base: master
Are you sure you want to change the base?
Conversation
Hi Pedro,
Thanks, this looks good. And thanks for including a test. I'll plan to add this in the next version.
Yes, Windows's "ersatz curl" presents some problems with argument handling compared to the real thing. We should mention that in the docs somewhere. Feel free to open an issue about that if you like. By the way, this probably fits within the "tiny change" guidelines, but it would be good to complete the FSF Emacs copyright assignment process. Would you be willing to do that?
Thanks for the kind words and your contribution. |
Sure I would be willing to complete the FSF Emacs copyright assignment process. Thanks |
Sure, the way most people do it is to send a message to [email protected] and ask for the copyright assignment form to contribute to Emacs. Then the maintainers will send it to you with further instructions. |
Hello I finally have the document. How should we proceed now? |
Sorry for the delay. Been quite busy. Feel free to ping me if I overlook something now and then. Anyway, I am not allowed to take anyone's word for having completed the copyright assignment process. I need to receive confirmation from the FSF secretary or one of the Emacs maintainers. So you should either ask one of them to send confirmation to me, or tell me the name and email address you used when executing the document so I can ask them for confirmation. |
Hi,
I've used the email ***@***.*** and the name Fernando Pedro Viana
Morais.
All the best,
Pedro
Adam Porter ***@***.***> escreveu (sábado, 29/06/2024 à(s)
23:53):
… Sorry for the delay. Been quite busy. Feel free to ping me if I overlook
something now and then.
Anyway, I am not allowed to take anyone's word for having completed the
copyright assignment process. I need to receive confirmation from the FSF
secretary or one of the Emacs maintainers. So you should either ask one of
them to send confirmation to me, or tell me the name and email address you
used when executing the document so I can ask them for confirmation.
—
Reply to this email directly, view it on GitHub
<#49 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLT35Q7BH5A53FGQ7GGVZDZJ43FFAVCNFSM6AAAAABFLRQZGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJYGM3DMNBVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi Pedro, Unfortunately, GitHub filters out the email addresses when you reply via email. So please either email me directly or contact the FSF secretary or Emacs maintainers and ask them to send confirmation to me. Thanks. |
I've received confirmation from the Emacs maintainers. I'll plan to merge this for v0.10. |
Hello,
This is just a tiny contribution, I'm currently running Emacs on a Windows SO and needed to create pull requests on DevAzure.
One of the endpoints demands the PATCH method.
Being using this for a few weeks and works properly.
One issue I've found is that it does not work with cURL from Microsoft located on
C:\Windows\System32\curl.exe
. (Version 8.4.0). Not sure exactly why.After installing the Curl version (8.6.0) via Scoop and setting this variable on Emacs:
(setq plz-curl-program "C:\\Tools\\scoop\\apps\\curl\\current\\bin\\curl.exe")
Everything started working correctly. Not sure if it's worth it to add to the documentation, but it might help someone in the same situation as me.
Thank you so much for your amazing packages and work.
All the best from Portugal
Pedro