Benoit de Chezelles

Results 437 comments of Benoit de Chezelles

At the moment I have this: ```lua mylangs.terraform = { tuple = lang_utils.set_preset_for_list({ join = { space_in_brackets = false, }, }), -- FIXME: I don't understand why joining an object...

Ah yes that works perfectly, thank you, will open a PR after work 👍

> [@PeterJCLaw](https://github.com/PeterJCLaw) is correct. I wanted to change this in parso a while ago, which would have taken maybe an hour, but the problem is that this is absolutely non-trivial...

You might be hitting #6833, try disabling Apple Intelligence 🤔

> I was using Apple intelligence and Raycast Are you still using those ?

Interesting, there wasn't any change recently (between when you opened the issue and now) so it's weird, unless macos fixed something 🤔 Could you mention the version of Mac OS...

Alright, let's close this issue then, you can follow progress on this particular issue in https://github.com/wezterm/wezterm/issues/6833

Duplicate of https://github.com/wez/wezterm/issues/5990. Have you tried to [use `front_end = "WebGpu"`](https://github.com/wez/wezterm/issues/5990#issuecomment-2305416553) in your config?

You might have a chance using the SafeState autocommand, that is triggered when neovim finished something and is now in a safe state to do something else. You'd still have...

Yeah that's what I thought, I'll try to repro with a minimal config later, probably this weekend.