Dolf Andringa
Dolf Andringa
This indeed looks like a bug to me if indeed the intended behaviour is that either the username or email should match. Can you shine light on this @dpgaspar? If...
Hi @nachtkinder thanks for your help. I am happy you are bearing with me on this. It looks good but there is still an issue. I could replicate your issue...
My use-case is that I want to change color of the button on-the-fly. So the button starts as green for instance, and then turns red. I don't want to change...
My PR solves exactly that problem
ok cool. I'll just use my personal fork for now and keep that up-to-date with master.
Also the code highlighting in the query box. Especially the blue is really hard to read. 
Lol, turns out a lot of the failing tests (143 or so) was because I didn't update/init the submodules so the test data was missing. But at least a few...
I have switched from pdoc3 to sphinx and hooked it up to readthedocs.io. Currently through my own fork, but I'd gladly change that of course. See https://python-mapnik.readthedocs.io/ for a sample
The solution to issue #975 fixed it for me: `python manage.py loaddata initial_project_templates --traceback`
The rich-text shift+enter is no solution either. If you try to enter a (un)ordered list, shift+enter stays in the same list item and doesn't start a new list item. It's...