Rik
Rik
### Steps to reproduce 1. Create 2 Nextcloud users 2. With user 1, create a task list 3. Share it with user 2 4. Create a task in this list...
**Describe the bug** When I write a file and exit nvim with `:wq`, I get an error in the shell after nvim closes. **Steps to reproduce** 1. Open a file...
If no user groups exist, don't query it, so that when you use a custom user model without groups, that you don't get an error. Relevant GitHub Issue: https://github.com/modlinltd/django-advanced-filters/issues/57
Fixes issue: https://github.com/HassenPy/django-pdb/issues/45
## Problems summary I can't use project commands like `:FzfPreviewProjectFiles` and `:FzfPreviewProjectMruFiles` on non-git repos, even when I use ripgrep, which should make fzf-preview not require git. ### Expected That...
Hi there! I often work in projects where I need to edit files that are ignored by git or ripgrep, thus don't show up in fzf-preview. So for me it...
When you create a Serializer like this: ```python MySerializer(data, context={'request': request}) ``` Then I get the following error: ``` AttributeError: 'WSGIRequest' object has no attribute 'query_params' ``` Because drf-flex-fields relies...
I sometimes forget that I left Django Silk on. I would not want to have it on all the time. So it's nice for me if the Django tells me...
This example image is used in the [nvim-notify README.md](https://github.com/rcarriga/nvim-notify?tab=readme-ov-file#usage):  I wonder how the `g:my_cool_setting` gets its orange color and how the code is highlighted. I wonder if it's possible...
In a JS library that I use, there was regex with a `/` inside a character class `[a-z]`. The babel JS lexer thought this closed the regex, but JavaScript allows...