Moritz E. Beber
                                            Moritz E. Beber
                                        
                                    In my (admittedly limited) experience, if security features like CSRF are not explicitly documented then they simply are not used in a majority of cases. So if the lack of...
Hi, thanks for checking in :smile: I've been swamped with other things but this will become relevant to me again in about two to three weeks which is when I...
@spantaleev since I started working with Sijax again, I would like to make additions to the documentation now. I'm currently thinking about inserting another section after **Setting up the client...
So I've started with #10. Comments, questions, corrections are very welcome. For now I've changed the chat example only but I was also considering simply creating separate versions of each...
It's definitely a lot to consider. > What happens whenever an invalid token is encountered needs to be decided. Do we return some JSON back and fire an event on...
I have a similar need. I would like to generate tokens for an API service using a command line tool. So neither a request nor response will ever exist. Will...
Just stumbled over this again :wink:
But annoyingly although the branch is created I get a ValueError for the reference: ``` ValueError: Reference at 'refs/heads/gh-pages' does not exist ``` so I cannot delete the git cached...
The workflow that I would like to copy with gitpython is: ```bash # set up repository git init git add "." git commit -m "feat: add initial structure" # setup...
Here's a [Jupyter notebook](https://nbviewer.jupyter.org/gist/Midnighter/5cbb03bd42ad22f14139a1075dd2cb39) showcasing the error I came across. Maybe I'm just too new to using gitpython but it seems like an issue to me. Using GitPython==2.1.3.