Stan Stanislaus

Results 31 comments of Stan Stanislaus

Why isn't this approved yet?

> The project is now at heat-map.freecodecamp.rocks, and the issue doesn't seem present. > > ![image](https://user-images.githubusercontent.com/26656284/195121637-41c36866-a5e2-486d-8cc1-74e0dd79149c.png) > > As such I am closing this issue, you can request to have...

@gikf Yes that one is correct!

Fyi, my solution, where the client-side breakpoints just stopped working, was to close (and reopen) all my VSCode instances and then retry.

> Had the same issue and it went away after downgrading Nvidia driver to 531.79. Possibly it's related to the recent memory management changes Nvidia did: #11063 I tried downgrading...

Also having the issue with the next.js setup including SASS.

For me, the weird thing is even if I replace Next.js types for scss module imports with `any` I just get `any` as the hover type definition. But if I...

Personally, I would just like a way to silence that error for now. Having a thousand lines like this, ``` Module level directives cause errors when bundled, 'use client' was...

> Well I just set Yarn to fetch directly form NPM and everything works fine now. > > ``` > yarn config set registry https://registry.npmjs.org/ > ``` This should revert...