xfzv
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):  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:   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:  Do you plan...