Why not use plz or request? #228
Replies: 5 comments
-
Is there any particular reason to use them?
|
Beta Was this translation helpful? Give feedback.
-
Reducing the amount of code you maintain and duplicating less can save time and effort. |
Beta Was this translation helpful? Give feedback.
-
I would still have to write the tiresome and finicky process sentinels and filters gptel-curl uses. The only functions I could use plz for would be to replace gptel-curl-get-response and a bit of the error handling, and even these would look mostly the same because of the bookkeeping required on gptel's part. Including the dependencies, the end result would be a big overall increase in the amount of code gptel uses. Take a look at gptel-curl and let me know how specifically using plz or request can help.
|
Beta Was this translation helpful? Give feedback.
-
Converting to a discussion since there isn't anything to fix/add at the moment. |
Beta Was this translation helpful? Give feedback.
-
Some more context: As it turns out you cannot use Extensions for |
Beta Was this translation helpful? Give feedback.
-
Is there any particular reason for not using https://github.com/alphapapa/plz.el or tkf.github.io/emacs-request/ ?
Beta Was this translation helpful? Give feedback.
All reactions