- Django admin filters and optimization
- Git commit author plugin for neovim
Dwelled a bit deeper into the filters and optimization for django admin for the dst app. We can write get_queryset for fine tuning the list of the objects renderd onto the list page in admin. Also the autocomplete and raw_id fields are used only for detail view. It doesn't impact the query for the list page.
Created a working and broken plugin for mimicking gitlens in neovim. Uses the git blame command with some lua parsing and neovim extmark. The plugin is just in test for how it will feel, just playing with the idea.