Penn Su

Results 117 comments of Penn Su

> lua vim.treesitter.start() Gotcha, I did this and it seems to fixed the highlighting for lua portion (but it changes the rest of the highlight for the .vim files though...

Thanks! just discovered this. Upgraded to 0.9.0, finger crossed

I hope this is fixed soon. I also experience this issue with EAS and on Expo SDK 48 and using nativewind v4

What is the workaround now officially?

What worked for me is to replace the PATH string in the plist with the one from homebrew plist (e.g. sketchybar plist) as my plist contains invalid characters in the...

> Can you elaborate on this solution? I've done all the other recommended fixes and they have not worked The buildin yabai launchagents doesn't work for me, because it generates...

> @pencilcheck yabai just runs `char *path_env = getenv("PATH");` and inserts it into the generated file using `snprintf`. Can you open your terminal, run `echo $PATH` and upload the output?...

I noticed sometimes your cable has to be higher quality, otherwise the device wouldn't be recognized as well.

babel-plugin-module-resolver doesn't work when babel.config.cjs is using .cjs, so I might not use it anymore.

On React 18, panning and zooming still flickers. Tried avi2d method, doesn't work for me. By changing ``` shouldComponentUpdate() { return false; } ``` in "node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@reac t-financial-charts/core/lib/ChartCanvas.js" It makes the...