Thorsten Ball
Thorsten Ball
I looked into this today, using the profiles that @mocenigo sent me, along with the `*.tex` file they used. I can't reproduce the issue without the [zed-latex](https://github.com/rzukic/zed-latex) extension. I don't...
@PgBiel I checked out the typst codebase again, clicked around, opened a bunch of files, open `crates/typst/src/layout/grid/layout.rs`, made some changes in there — I can't get it to leak memory....
@mocenigo take a look at this: https://github.com/zed-industries/zed/pull/10321 I think one half of what you're seeing is what this PR addresses (high memory usage) and the other part might be `MiMalloc`,...
@LuarRaNa can you create a separate ticket for this with exact steps to reproduce?
No, I don't think so. Let's close it!
I can quit without any problems using Cmd+q — any concrete steps to reproduce?
> Can we have some kind of a setting for this? (enabled/disabled at least). > My main issue with VSCode's impl is that they hardcode the debounce and never allow...
> I've removed `is_buffer_edited` from the checks, to throttle all hint requests including scrolling and it works for me normally. Ahh! I remember what was broken with that version: try...
> One solution would be to cache `gopls` differently: Instead of naming the cached file `gopls_{GOPLS_VERSION}` (see [here](https://github.com/zed-industries/zed/blob/main/crates/zed/src/languages/go.rs#L99) or [here](https://github.com/zed-industries/zed/blob/main/crates/zed/src/languages/go.rs#L151)), we could cache it like this: `gopls_{GOPLS_VERSION}_{GO_VERSION}`. By doing that,...
> If you are happy with the proposed solution, I would love to implement it myself and create a PR? I *am* happy with the proposed solution, BUT we're also...