Sang Dang

Results 54 comments of Sang Dang

I wonder if we missed something. I tried that suggestion from brenopacheco too and still facing issue like magoz.

Sorry for late response, @mmirus. I forgot to update here, after removing the `tabnine` plugin, look like the `copilot` alone works OK for me.

Hi, is there any update? I'm still having this issue when trying to use the deploy button today. Thanks 🙏🏻 .

Recently I try the GitButler and to be honest, I addicted to the autogenerate commit messages. There are many cases that we do not need it to be fine tuned,...

I can confirm it still happens today. Remove the `CacheProvider` make it works!!! The below setup will stuck with `gray.100` on both light and dark mode, removing the CacheProvider and...

I can't believe the solution to fix this issue came exactly like @unxok comment! Thanks for saving my 8 hours of sleep!

Is it bad to prevent that script on server side? ``` const ColorModeScript = dynamic( () => import('@chakra-ui/react').then((mod) => mod.ColorModeScript), { ssr: false } ); ``` This way the warning...

Hi @fedepujol, thanks for your response, I understand that everybody has busy stuffs to handle, so no problem at all. I agree with your suggestion. I'm also not sure about...

Thanks @coffee-cup, currently the API token (generated from user profile) can be used only for GraphQL. It would be great if it could work for all environments as well.

Still can not install CodeIntel. Installed clang===5.0 already. ```` Collecting CodeIntel Downloading https://files.pythonhosted.org/packages/0a/24/141db0d6c64453e6848849979b9c527d3547ad1552674763000e9da2a648/CodeIntel-2.0.0.tar.gz (20.7MB) 100% |████████████████████████████████| 20.7MB 2.6MB/s Collecting 3to2 (from CodeIntel) Downloading https://files.pythonhosted.org/packages/8f/ab/58a363eca982c40e9ee5a7ca439e8ffc5243dde2ae660ba1ffdd4868026b/3to2-1.1.1.zip (78kB) 100% |████████████████████████████████| 81kB 1.2MB/s Collecting...