Ruiyang Wu

Results 28 comments of Ruiyang Wu

As others have said, this is an poppler bug. The upstream merge request is pending review: [1203](https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1203) and hopefully it will be merged soon.

The first error is affecting on-the-fly syntax checking. I am using `Emacs` ESS mode with `flycheck` package. When I type something like this in an R script: ```{r} foo cat...

Yes I just tested a few minutes ago using ```r devtools::install_github("r-lib/lintr") ``` As comparison, I installed version `2.0.1` using ```r devtools::install_github("r-lib/lintr", ref="01e57c2") ```

You are right. So I guess that also applies to OP's first bug: ```r x = lint("function() {)\n") ``` works just the same. And it is the printing method that...

It seems `main` builds successfully with ```make PKG_CPPFLAGS += -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp PKG_LIBS += -L/opt/homebrew/opt/libomp/lib -lomp ``` but fails with ```make CPPFLAGS += -I/opt/homebrew/opt/libomp/include -Xclang -fopenmp LDFLAGS += -L/opt/homebrew/opt/libomp/lib -lomp...

@ylluminarious You patch was recently merged to the formula in this repo so I tried it out. I am able to open X/tty frames using `emacsclient -c` and `emacsclient -t`,...

For the cask, I just tried the `Emacs` official Windows binary, which is built with native-comp support but `libgccjit` not included. If I install `mingw-w64-x86_64-libgccjit` with MSYS2 and put that...

I just encountered this issue when I was trying to trash files using `move-file-to-trash` when `mac-system-move-file-to-trash-use-finder` is set to t. The privacy permission dialog did not pop up. I even...

In general, it boosts startup speed of emacs if you have lots of custom functions in your .emacs. I guess this does not conflicts with the philosophy of use-package. Here...

CI failure is unrelated.