Tudyx
Tudyx
`collectstatic` will only use `STATICFILES_STORAGE` because it only collect static files. That's why you don't have an error when you change `DEFAULT_FILE_STORAGE`. If you want to test your `DEFAULT_FILE_STORAGE` you...
> @adrian5 You can press `%` to select the whole buffer, then `s` to filter by regex. If this gives you multiple selections, you can cycle through them by pressing...
What's the current blocker for this? I can help finish the work if needed. Maybe we can provide only the commands for now, so users can bind them to whatever...
I've got the same bug and I can confirm that the workaround described in https://github.com/wez/wezterm/issues/3306#issuecomment-1479565201 still works
If this could be of any help, Zed editor authors wrote an interesting [blog post](https://zed.dev/blog/copilot) about how they integrated *Copilot* also using an LSP approach.
For me it was a misconfiguration of rust analyzer extension. Indeed, I had that in my config and when I delete all of it (i.e. restore to default), it fixed...
I finally found my way around this. It works by adding "#dev" to the filename of "index.html" at the root folder. In order to Trunk to still find the template,...
Any update on this feature request?
Hi @EstebanBorai, thank you for finding the time to address this. I've left you some feedback in the PR #20