Arkaydeus
Arkaydeus
+ 999999999999
> Any updates on this? I've tried @filipedeschamps solution, but without any success. > > My font is located at `public/_static/font/Inter-VariableFont_slnt,wght.ttf`. I've enabled `outputFileTracing: true` in `next.config.js`, and then tried...
OK, so I got it to work. I'm using Next 13. Here's how: Put the fonts in the root of your repo in a folder called fonts. Strangely this does...
IF you nuke your ~/.cursor/extensions folder, create a new user on your mac, install Cursor fresh with no import from VSC, then open a .py file, it will install a...
OK, I've made some progress on this. Currently running MacOS. I installed a new profile (user) on my machine and strangely all worked fine. What I noticed though, is that...
Only way I could get around this was to create a new user which allowed me to install the Arm64 version and not the universal ones. Couldn't figure out how...
In addition isort and Black Formatter rely on ms-python (preventing it being uninstalled). Is there a decent solution here where we can still sort imports and format, while using Cursor...
Is there a solution to this. Python still looks completely broken in Cursor. One of the most popular languages out there completely unusable in Cursor. Surely there must be a...
To summarise, cursor + cursor pyright + python doesn't work as syntax highlighting fails and that's a core part of the language server. It's basically failing to pickup tokens. Something...
Great. But please could you explain how you fixed it as it still doesn't work for other people.