RealGecko
RealGecko
It's now even able to handle filtering with `django-filter`: ```python class ManageClients(PermissionRequiredMixin, ContextTitleMixin, BaseModelFormSetView, FilterView): permission_required = 'clients.manage_clients' model = Client form_class = ClientForm filterset_class = ClientFilter fields = '__all__'...
Works nice with ordinary users though.
I had a misconfigured APNS on FCM and was receiving `InvalidArgumentError('Request contains an invalid argument.')` from fcm-django while trying to send message to iOS, which was totally unclear to me....
I've noticed that whenever workspace diagnostics happens it happens in one thread. It would be nice to have an option to run diagnostics in multiple threads.
I have a project with 3K+ Lua files I need to format. The problem is if I use something like [this](https://marketplace.visualstudio.com/items?itemName=jbockle.jbockle-format-files) it takes forever. I disabled diagnostics like this: ```json...
Is there an option to disable `table_sep` option and leave separators as is?
Code  Result 