Results 6 comments of cpg314

WIP here: https://github.com/cpg314/klickhouse/commit/33cec571912569b3087ac7ad0d985a8a635a258e

I can also confirm the issue. As a temporary fix, on can directly call `apheleia-inhibit` in a hook, e.g. ```elisp (setq-hook! 'web-mode-hook apheleia-inhibit t) ```

Thanks for the details! Yes, in my use case, where I want to guarantee that data ends up on the right shard for distribued JOINs, having queries fail is better...

> If the labels of two citations match, there is no way to distinguish between them. I've seen solutions where unique letter is added at the end: Sur02a, Sur02b. ##...

Similar issue with wezterm. On terminal opening ![image](https://github.com/nushell/nushell/assets/44120267/af84a8ec-d6b6-4be2-927d-69c383ec22bc) After typing one letter: ![image](https://github.com/nushell/nushell/assets/44120267/1900ebd9-e04b-402e-be2c-14172388a5de) So it looks like the initial width is not properly determined. If I do the following three...

> The fuzzy matcher returns a number based on how well the given string matches, but that number is not used anywhere to order the results. This often means even...