Saurabh Kumar

Results 64 comments of Saurabh Kumar

https://github.com/Fueled/django-init/pull/452

To start off, Django settings should be disabled if using Ansible (+ controllable with .env, would be nice to have), later can we can have an explicit choice b/w Heroku...

+1 for using Make instead of fabfile. I've been using Makefile in some project with success and I love the idea of using Makefile.

yeah. that sounds good to me. https://github.com/jcalazan/ansible-django-stack/blob/master/roles/security/tasks/setup_unattended_upgrades.yml for this PR.

Thanks, @mmadil for the kind words and for writing a detailed explanation. There are a few things I would like to be enhanced to this PR. - Move the semgrep...

@jamiecounsell Curious if you are able to merge this and make a release. I'm also happy to provide support around release management of this package if you don't have the...

TODO: add docs on how to enable autocompletion in different shell as per the guidance on the click documentation. https://click.palletsprojects.com/en/8.1.x/shell-completion/

I had the same issue. This seems to be fixed the latest version of extension and editors. After updating I've the following versions. - Github Copilot: `v1.194.883 (pre-release)` - Editor:...

Fundamentally as feature I'm good with supporting this. I like your approach and seeing how you are going about it. I haven't had time to look into the implementation details....

Read is completely fine, I could not see how the write be extended to multiple files. Would be curious if you have some ideas around it.