Skander BM

Results 14 issues of Skander BM

Hello, I tried to execute the `celery-exporter` binary and I get a Segmentation fault ... Perhaps `pip install` like is better than distributing a PyInstaller binaries ?

fixed MaistrenkoAnton/django-material-admin#145

Installing django material admin on a fresh production env install is breaking the django admin. looks like starting from django 3.2 static assets are not mimifiyed anymore [1] [1] https://code.djangoproject.com/ticket/31524

prio 1

it seems that there are some CSS issues after upgrading, text is not visible anymore, here is an example before and after the upgrade : Before: ![image](https://user-images.githubusercontent.com/1383161/117417494-b5db7100-af1a-11eb-85ae-09c9f1e1e402.png) After: ![image](https://user-images.githubusercontent.com/1383161/117417844-0d79dc80-af1b-11eb-96b8-7e5f7e475440.png) Before:...

That's nice that you're sharing this fucking tips, but does anyone thought about mental health about staying alone at home ? maybe some tips and advises SHOULD be included in...

when we patch models, we prefix the methods with `async_` but the new official django api prefixes the methods with `a` ex: patched api : sync `objects.get` => async `objects.async_get`...

When you open multiple files with vim `vim myFile.c myFile.h -O` it only add header to the first file. It could be nice to apply the header to all opned...

enhancement

enhancement