Thorben Kröger
Thorben Kröger
@buotex Can you clarify this task?
In Dillinger, commit https://github.com/joemccann/dillinger/commit/7fa21d184a24861ad2d6c69987a3ca845ca13dfc a useful workaround seems to involve (amongst others) setting `maxLines` to a high number...
OK, but the NavigationControler should know about these changes, so that it can have (internally) for now a correct data model for all the viewports.
I also ran into this issue when wanting to chain `ruff format` and `ruff check --select I --fix`. I worked around it like this now: ```json "format_on_save": [ { "external":...
maybe should be attached to ilp file
Please consider https://github.com/zed-industries/zed/issues/16004 Make it easier to jump to the correct location of a runtime error from the terminal.
> Cool, so in _that_ `pyproject.toml`, you should include: > > ```toml > [tool.uv.sources] > albatross = { workspace = true } > ``` > > The sources should be...