PgBiel
PgBiel
One important part of the problem is regarding the height given to cells in `measure_auto_row`. Making an auto row unbreakable by checking `self.regions.in_last()` isn't enough, since that condition is necessary...
Thinking further, I think the problem in the OP has (almost) nothing to do with grids (despite the issue I mention in the previous comment, which exists but seems to...
> I'm a little wary of searching fonts every time configuration changes, since it's so easy to trigger -- though that can be partially addressed if I have the time...
So, just an update: I ended up not having enough time to keep going with this, since I'm now focusing on multiple PRs to the Typst compiler with improvements to...
I installed `typst-lsp` from nixpkgs and managed to use it within Kate with the following configuration: ```json { "servers": { "typ": { "command": ["/nix/store/ax813pfbcg9sjzyasam9paw432bakfjf-typst-lsp-0.12.0/bin/typst-lsp"], "highlightingModeRegex": "^Typst$" } } } ```...
I can certainly help here in some form or another (maybe not with active contributions, but maybe reviewing from time to time, or other organizational stuff?). With that said, I...
In this case, the problem is that the LSP doesn't implement that feature. `TYPST_FONT_PATHS` and similar environment variables are implemented by the Typst CLI (a frontend for the Typst compiler),...
> How difficult would it be to add web support? It seems to be a bit involved: https://code.visualstudio.com/api/extension-guides/web-extensions#update-existing-extensions-to-web-extensions Some contribution work will likely be needed to make this happen, but...
Can you still reproduce this on the latest LSP version (0.11.0)? Did you download the Typst LSP extension from the VSCode marketplace, or did you compile from source? Did you...
The problem here seems to be related to Cargo, not to Nix. It seems a command is being used which does not support workspaces, or is not expecting a workspace,...