Tadeo Hepperle

Results 9 comments of Tadeo Hepperle

I also have this issue. Are there any news on this? How can I disable this behavior? It's potentially fucking up code pretty badly that could end up in production,...

I was able to install [ronfmt](https://github.com/barafael/ronfmt) via `cargo install ronfmt`. Then I installed the VSCode extension [Run on Save](https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave) and configured it in settings.json like this: ```json "emeraldwalk.runonsave": { "commands":...

I think there might be some weird interactions with `UiScale` resource. Setting the `UiScale.scale` to values other than 1 causes the borders to be rendered differently. The images below use...

I am also still hitting this issue. It would be nice to understand the root cause of it.

Is there any update on this? I still experience PyO3 recompiling every time when using `rust-analyzer`.

I tried the workaround with ```toml [env] PYO3_PYTHON = "./venv/bin/python" ``` but it does not change anything for me. When `rust-analyzer` is active, every code edit I make, results in...

@adamreichold Thanks a lot for your help, that makes sense.

> `uname -mr`? 6.1.126-1-MANJARO x86_64

@rafalh Just for your information, I "solved" this problem by creating a wrapper crate around `fontdue` that reads kerning information from the gpos table of a ttf file separately: https://github.com/tadeohepperle/sdffont/tree/main/sdffont...