lapinvert
lapinvert
> Just use `create-web-app` and build it in a new directory or even a separate repo. That's the best way, as it means you aren't dependent on us maintainers to...
+1 Same problem here for Chrome
@evansd Any updates on this?
To me it sounds a no-brainer feature to have. For projects with many static files it makes a huge difference.
I had same issue for months, it was driving me crazy. Luckily I found the djangoproject thread where someone pointed out whitenoise. Downgrading to `5.3.0` solved the issue for me...
@joaomcarlos If I correctly read the docs, `install --deploy` is just a regular `install` that throws an error if the lock file is out of sync. Therefore it still makes...
@lukfal94 +1 for the [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) feature of ordering classes. Is there a plugin system in djlint? How could we achieve that?
Same issue here. Is it not possible to open two chats at the same time with the same user? (say user has opened multiple tabs).
Please implement merge_line command back!
I guess you just need to define a custom exception handler for this error. Have you tried it? ``` python from json import JSONDecodeError # (...) api = NinjaAPI() api.add_exception_handler(JSONDecodeError,...