Yihang "Corvo" Liu

Results 461 comments of Yihang "Corvo" Liu

Hmm, weird... With Arch's prebuilt hyprland 40.0 the issue persists for me, but when using `hyprland-git` the issue is gone.

BTW it would also be nice if user can set mirrors for the cache site.

Yes and that's how it work on my machine. What if someday I decided to switch to another shell?

Adding to this list I wish other language could access zig's comptime feature, I don't know how hard it would be to implement that but I'm willing to help make...

Looks like there used to be irust support https://github.com/Olical/conjure/commit/d552de91126f9ae1a0b72ff4fdcf0f48e004240d, what happened?

Thanks, these information is helpful. I'll take a look at irust support when I have time!

Some other examples: - [Indent parser in Lark](https://gist.github.com/glyh/c136165e5b858d68bf4fe888ac021618), reference on [documentation](https://lark-parser.readthedocs.io/en/latest/examples/indented_tree.html#sphx-glr-examples-indented-tree-py).

I don't know if there's a better syntax though, feel free to discuss, :) One potential, conforming to hy's type annotation. ```hy (defadt Shape [Point #^float x [y 0]] [Circle...