Fangyuan

Results 6 comments of Fangyuan

> How does vertico actually work? Does it not set `completing-read-function`? As written in the vertico repository, vertico only provide a completion UI to default completing system. So the `completing-read-function`...

> Do you know why vertico advises the default completing-read-function instead of setting it? I guess it's for simple and don't want to invent new API in Emacs. > check...

> ``` > (catch 'advised (advice-mapc (lambda () (throw 'advised t)) 'completing-read-default)) > ``` This worked and I resubmit it.

Found a workaround. Appending `/v1` to the base URL (i.e., `my_url/v1`) resolves the issue. I'm leaving this open as it may warrant either: - A bug fix to align with...

> The error on my end occurred because I had a network proxy enabled. Same here. I also have a local proxy set.

> You can bypass the local address first. > > export NO_PROXY=localhost,127.0.0.1,::1 Thanks for the suggestion. However, my situation is a bit different — I actually need the proxy to...