We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Popup doc in insert mode spills out of the wrapping box, scrolling with Ctrl-u and Ctrl-d does not scroll the doc.
Ctrl-u
Ctrl-d
pip install fastapi[standard]
from typing_extensions import Annotated from fastapi import FastAPI, Depends, Query def global_dependency(): print("xxx") app = FastAPI(dependencies=[Depends(global_dependency)]) @app.get("/translate") async def translate(text: Annotated[str, Query()]): pass @app.get("/") async def root(): return "AI translator"
(
)
Query()
Linux (Fedora 41)
kitty 0.38.1
dnf
helix 25.01.1 (81708b7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Popup doc in insert mode spills out of the wrapping box, scrolling with
Ctrl-u
andCtrl-d
does not scroll the doc.Screencast.From.2025-01-26.08-57-22.mp4
Reproduction Steps
pip install fastapi[standard]
(
and)
ofQuery()
Helix log
~/.cache/helix/helix.log
Platform
Linux (Fedora 41)
Terminal Emulator
kitty 0.38.1
Installation Method
dnf
Helix Version
helix 25.01.1 (81708b7)
The text was updated successfully, but these errors were encountered: