Ivan Tham

Results 134 issues of Ivan Tham

I want to give a try to reduce size of `Color`. Currently, ``` error: size: Size { raw: 216 } --> src/color/mod.rs:32:1 | 32 | / pub(crate) struct Color {...

We could add self profiling to grass to find out which part of compilation takes the most time. [measureme](https://github.com/rust-lang/measureme) from rust (also used by boa) would be an interesting option....

Hi, is there a way that I can run multiple bats at the same time using 1 thread for a bats and have a limit for the thread that I...

Use `i3blocks` just like `i3status` in terminal with the color output.

enhancement

**Describe the bug** When using find links with dvorak keys, the keys are unreadable, especially `,` vs `.` vs `'` given that the text shown is so small. **To Reproduce**...

IME, Input Method Editor is used for asian to enter text. There are a few IME but I think fcitx5 supports it but there are still issues. I think ibus...

things that wayland do not support

https://github.com/matklad/minipratt/blob/master/src/bin/shunting-yard.rs seemed interesting, I wonder if we can replace parser with that.

question