xfzv

Results 171 comments of xfzv

Any news? Sounds like a serious security issue.

Maybe this can be closed now that https://github.com/tomasklaen/uosc/commit/18adf90af61736305677f731e178830a71c36837 is merged?

Same here on Android 13 when trying to flash a custom kernel (GaltsGulch kernel in this case): ![image](https://user-images.githubusercontent.com/78810647/215119433-a3b3030a-ab58-45c2-98db-7f2886f4eaf7.png) Tried to install [SmartPack/BusyBox-Installer](https://github.com/SmartPack/BusyBox-Installer) and [meefik/busybox](https://github.com/meefik/busybox) but it still fails. Even after...

> hmm... What does running this show? This shows updated time and where packer installed it into, if using packer, it needs to be in `start/` , or `opt/` doesn't...

> Please try the latest and re-check if it works. But it might not do for `.chezmoiignore`, and if so, please run these and tell the output. > > *...

> Please try toggling On/Off each plugins (e.g. with disabled of packer option) and tell whether any works correctly. Will do and report back. Thanks for your time. :bow:

I finally found the culprit :tada: - it's [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter). Everything is fine without it: ![image](https://user-images.githubusercontent.com/78810647/201715702-38ed46e7-2cdf-4553-8bac-38fb4bc31db1.png) ![image](https://user-images.githubusercontent.com/78810647/201716157-737d1539-6204-4cf5-97d0-d06233fed37a.png) and the highlighting issues come back as soon as I enable it again. Closing...

~~Using [`additional_vim_regex_highlighting = true`](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md?plain=1#L140-L144) seems to works just fine.~~ Edit: My bad, it doesn't make any difference. I forgot to run `:PackerCompile` after re-enabling tree-sitter. :man_facepalming:

Same issue on 1.0.6 by the way

> I tried implementing a fix in [my fork](https://github.com/raynei86/mitch) using raw string literals, can you check if it works? Thanks! Can confirm it's fixed with https://github.com/raynei86/mitch/commit/c6690158524ddbb6a2c6f9ebdaf68f44ccf90d0f: ![image](https://user-images.githubusercontent.com/78810647/198842041-408d4d96-c120-4327-a631-81b986b83101.png) Do you plan...