Andreas Jonsson
Andreas Jonsson
As AltTab is advertised as "AltTab brings the power of Windows alt-tab to macOS" it would make sense if the "select previous window" functionality works as on Windows, which is...
Emacs 28 is now released. I still see this probelm on Emacs 28.2.50.
Yeah, I get this too sometimes. It's sporadic. Happens sometimes, sometimes not. I'm thinking the Google play API has a rate limit that causes this error after you have processed...
Hi, I have the same issue as the OP. Here is my log: { "gptel": "request headers", "timestamp": "2024-11-25 12:14:53" } { "Content-Type": "application/json", "Authorization": "Bearer sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } { "gptel":...
Thanks for the advice. 1. Running without the --compressed flag had no effect. However, also removing the --silent flag revealed an sslcerts issue: $ curl --disable --location -XPOST -y300 -Y1...
Yeah, I don't have the skills ot be of much help on that I am afraid. However, it could be an issue with WSL specifically? Also I am using a...
I can't at the moment. The VPN is required for this particular machine. But I can try on another Windows/WSL machine over the weekend.
Okay, I have now tested this on another machine, also running Windows/WSL: using the same OS, Emacs version, and Emacs configuration. The problem with curl does not happen on this...
This works for me: ``` (defun gptel-auto-scroll-fixed () "Follow streaming output by moving point when stream continues off-screen. Runs from `gptel-post-stream-hook'. Moves point to the streaming insertion position (which is...
The drawback of my solution, however, is that it forces the cursor to the bottom of the screen, so you can't navigate or do anyhting else while the llm streams...