Gordon Wrigley

Results 74 comments of Gordon Wrigley

I agree and would also like to see Black have an opinion in the case where there is no docstring, my personal preference is no line between function def and...

what I'm imagining is essentially the same template you have now, just move this div close https://github.com/jrief/django-admin-sortable2/blob/663bbe23fed1cabe6c624c9e2915f764329e2e1c/adminsortable2/templates/adminsortable2/tabular.html#L73 to the bottom, along with what ever other changes that necessitates, I know...

It's an interesting idea. In the 7 or 8 years since we initially wrote this I've never imposed it on third party packages, but I don't see any concern doing...

This is an interesting idea that I'm curious to try out when I get some time, you could try it yourself, just create a new app that does what you...

obvs that suggests I have 60,000 model instances floating around which I do, bu that's going to be a harder fix

Because of the weakdict nature it can drop below 2 after loading, so I think the other check should stay.

All the styling is baked into the react app so currently the only way would be to modify and rebuild the react app, the process would be. 0: fork it...

You will want to pin the specific version of data browser. I believe you will have to update it every time the version shifts. The CSS classes is an interesting...

nts: it should be possible to use django templating to include another css file, but any form of compilation for that file will be a host developer problem and maybe...

the source for it is here https://github.com/tolomea/django-data-browser/blob/master/frontend/public/index.html that goes into the JS build process which results in the one you see here https://github.com/tolomea/django-data-browser/blob/master/data_browser/templates/data_browser/index.html AFAIK the JS build process mostly replaces...