Dragos Munteanu

Results 11 comments of Dragos Munteanu

Hello, here is example, can be made some changes after saving getting error. https://stackblitz.com/edit/nextjs-9n54xo?file=pages/index.tsx

Ok, thanks, I should try to play with reactStrictMode enable and disable in next js config.

Have the same problem, p10k doesn't display if I'm using virtual environment or not. Hard to understand what I'm using and where my packages are.

Yeah, still not implemented. Installed latest version and deleted was unable to see and edit.

> Just need to update PATH `export PATH="$PATH:$HOME/.local/bin/"`

This problem is related to firefox Open about:config in a new Firefox tab Accept the ‘here be dragons’ spiel Type mozilla.widget.use-argb-visuals in the search field Check that ‘Boolean’ is selected...

I fixing this types of import with ```toml [tool.pylint] init-hook="import os; import sys; abs_path = os.path.abspath(os.path.dirname(__name__)); sys.path.append(os.path.join(abs_path, 'src'))" ``` and inside `src` are my personal packages, but this solution looks...