cpg314
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  After typing one letter:  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...
This seems like a more general problem. I have noticed the same issue even though I do not use elixir. I have not been able to point the exact cause,...
I think this can be done as follows (on https://github.com/typst/hayagriva): ```diff diff --git a/src/csl/citation_label.rs b/src/csl/citation_label.rs index f50808b..0f9c1b2 100644 --- a/src/csl/citation_label.rs +++ b/src/csl/citation_label.rs @@ -80,6 +80,9 @@ impl Alphanumerical { }...
Like this? ``` 8.18user 0.34system 0:02.73elapsed 311%CPU (0avgtext+0avgdata 34200maxresident)k 0inputs+0outputs (0major+26311minor)pagefaults 0swaps real 0m2.723s user 0m7.866s sys 0m0.340s ```
I also tried looking into the output of `--debug`, but it's 7038466 lines long... What is maybe suspicious (or totally normal) is that the `### ast (templated)` line appears 27k...