Shangjin Tang

Results 11 comments of Shangjin Tang

I also get the same strange off-by-one error as above. This commit https://github.com/wookayin/wilder.nvim/commit/9929e1090dd84a60c1d1cc0220e0e35473c99b5e can fix the issue, but it has a side-effect that the first key word will always show...

Hello, I think I am facing the saming issue. And now I am using v4.9.2 for resolving this issue temporarily. [OS] ArchLinux x86_64 [Plugins] I have installed zsh-abbr and zsh-autosuggestions....

> the first up arrow goes to the last command in history, and subsequent up arrows do history substring search based on that last command in history. Yes, this is...

Hello, This is a failure that we scanned from our static code check tool and marked as "must be fixed". I also searched from web, some developers have occured that...

**Incredible and impressive improvement.** Tested at same environment on same machine with clean build command `hyperfine "rm -rf build && yarn build"`: - Docusaurus 3.5.2: ```text Time (mean ± σ):...

I propose modifying the GoogleGLAProvider class to accept an optional base_url parameter in its __init__ method. If this parameter is provided, it should override the default base_url property. For example,...

> Hi there, just ran into this issue as well (was looking to use cloudflare ai gateway) > > I think we can potentially improve this without adding any additional...

> With the `GoogleModel` it's possible to pass the `base_url` via `google.Client`: https://ai.pydantic.dev/models/google/#provider-argument > > Is that enough? Maybe we should document? @Kludex Thanks for the link. It solves my...

Same issue with latest Avante + MCPHub here. Related Plugin Versions: - [Avante Version](https://github.com/yetone/avante.nvim/commit/87c4c6b4937d1884960759aba4a0e42645688f2f) - [MCPHub Version](https://github.com/ravitemer/mcphub.nvim/commit/c737d9df6d3a86d0e063bed7a81270bb27f0bd3c) Error Message by LLM: ```plain ╭─ replace_in_file failed │ running tool │ path:...

same issue here with google, tavily. version: 1.79.3 following docs: https://docs.litellm.ai/docs/search#litellm-ai-gateway-usage error: ```bash curl https://$LITELLM_DOMAIN/v1/search/google \ -H "Authorization: Bearer $LITELLM_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "query": "latest AI...