RealGecko

Results 33 issues of 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__'...

Maybe!

enhancement

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....

enhancement
help wanted

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.

enhancement

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...

enhancement
formatter

Is there an option to disable `table_sep` option and leave separators as is?

enhancement

Code ![image](https://user-images.githubusercontent.com/2231969/163955295-89d02516-f0d5-43ff-9b01-2e56460cba88.png) Result ![image](https://user-images.githubusercontent.com/2231969/163955400-f2bc403b-83b3-4ba3-84ef-a2cd7b29fddc.png)