Steven Hé (Sīchàng)

Results 122 comments of Steven Hé (Sīchàng)

Same issue here Except that sometimes the signal is different: ```shell limelight limelight configuration loaded.. fish: Job 1, 'limelight' terminated by signal SIGTERM (Polite quit request) ```

Did you do every single step in [Disabling System Integrity Protection](https://github.com/koekeishiya/yabai/wiki/Disabling-System-Integrity-Protection)? Specifically, did you do 6. enable non-Apple-signed arm64e binaries? Did you code sign yabai? Curious to see if this...

> ```lua > local dein_path = string.format("home/niceiq/.cache/dein/repos/github.com/Shougo/dein.vim", path) -- Replace with yours. > ``` @coeusiq I think you are missing the leading forward slash for the string literal and you...

## one way to use this functionality properly 1. place the cursor at the start of the selection 2. press v to enter visual mode 3. move mouse cursor to...

[Example to rebuild the C file changed](https://github.com/sharkdp/fd/issues/1105#issuecomment-1240584277).

You need to rebuild mdbook-katex against the latest mdbook first, update mdbook, then ```shell cargo install --git "https://github.com/lzanini/mdbook-katex" -f ```

screen shot ![Screen Shot](https://user-images.githubusercontent.com/84777573/178109501-248327a8-b889-409e-89a5-df4ec8e75a3b.png)

### Same issue. Sometimes my keyboard shortcut does not work, so I look at the menubar and find out that *the Amethyst icon is gone*, that is, it somehow quit...

Good point. The import is unused from the point of building. It still looks wonky I guess. Also, why are we not suggesting people to separate tests to a module?...