Zhao.MA

Results 202 comments of Zhao.MA

[PowerToysReport_2023-06-08-10-49-23.zip](https://github.com/microsoft/PowerToys/files/11685991/PowerToysReport_2023-06-08-10-49-23.zip)

Or would it be caused by using the `-xelatex` engine?

OK, I find the problem. Somehow I used a template from others, and there is a line ``` %TEX TS-program = xelatex ``` at the top of my document. This...

> > Any explanation here? > > Not fully; I suspect that you are getting a few errors when you compile with `xelatex`. If so, you would typically be warned...

> Ok, I've tested with your configuration on my end, and I can reproduce if I use the `general` viewer (on my end, it becomes evince). I don't know exactly...

Additonally, sometimes the window showed up, but looks like this (the content is at upper left corner, but window freeze) ![image](https://github.com/neovide/neovide/assets/1921878/90ec465a-611d-4eb3-8005-89f84742ede0)

I think I don't have this issue very often during `v.0.10.4`, but after updating to `v0.11.x`, this almost happens every time my computer wakes up from sleep.

Is it possible to use VS-build instead of `make`? building tool chain on Windows is actually quite complete now.

CMake is not a building tool but a pre-build tool? with CMake, you still need some build tool like MS-build on Windows platform. Actually there're pre-build and installable `fzf` executables...

Understood. Only one last comment is, with the current config, Windows users will have errors like this: ![image](https://github.com/nvim-telescope/telescope-fzf-native.nvim/assets/1921878/21aad561-3d70-4ab9-af84-5161e4a1c8be) if they don't have `make` or `cygwin` installed -- this should be...