Dan Jacob
Dan Jacob
@josegonzalez it was a mistake on my part: needed to clone repo in previous step: ``` - name: Cloning repo uses: actions/checkout@v2 with: fetch-depth: 0 - name: Push to Dokku...
`.response(request=request)` indeed should work (I've added a couple tests to confirm). Perhaps @JulianFeinauer if you could provide more context for what you are doing?
This can be a problem as linters e.g. djlint will automatically reformat the `{% endblock %}` to the next line, so requires overriding the linter (as there does not appear...
This is precisely the issue I ran into here: https://github.com/typeddjango/django-stubs/issues/613. My Django projects work in Dockerized containers, and this is increasingly the standard for teams working on non-trivial applications. The...
On Fedora 31/Gnome 3.34 I have an issue where the light theme on Tilix is always selected (even if I set the theme to Dark in the settings) when the...
Looks like this might be an issue with the Python redis library: https://github.com/andymccurdy/redis-py/issues/1274 Please feel free to close this. Edit: downgrading redis to 3.3.1 fixed this.
A logger is probably easier to add in your specific Command, I'd say. On 22 June 2011 16:28, sean- [email protected] wrote: > Howdy. What are the odds of including a...
I suppose another option would be to override one of the manager methods and have it there. I would be a bit weary about it being a standard feature though....
Not really familiar with unpoly myself but would be interesting to see a fork. On Wed, 9 Feb 2022, 01:50 Abdullah Alnuaimi, ***@***.***> wrote: > Hi Mr.Dan, > can you...
Did you look at the Readme? In particular "experimental" and "not for production". This codebase is old and based on old versions of Django and Nuxt. I would suggest forking...