Bas ten Berge
Bas ten Berge
I'm using django-render-block via django-templated-email 2.2.0 on Django 1.11.7 using python 2.7 and I'm running into an issue when using this layout: project/application/templates/templated_email/message_base.txt project/application/templates/templated_email/eng/message-meeting-cancelled.email project/application/templates/templated_email/eng/message-meeting-cancelled-participants.email The idea is to render...
Vertical scroll works on a mouse-based event, but it doesn't on a touch based device. Verified using Chrome and Safari. It just doesn't scroll.
I stumbled on [this post](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-debian-9) and decided to apply the `rename-command` documented in step 5 - Renaming Dangerous Commands on the redis server used by the project I'm working on....
Thanks for the best looking tail tool on Windows yet! Excellent work getting Material to Windows. I tried starting the executable in TailBlazer_v0.8.0.464.zip on Windows 8 Enterprise Edition. It doesn't...
From the documentation found here: https://github.com/jazzband/django-oauth-toolkit/blob/1.3.2/oauth2_provider/models.py#L172 ``` ... :param request: The HTTP request being processed. ``` I found that it's not a Django HTTP request, but instead an `oauthlib.common.Request`. I...
…installing it globally. Note: tested on python 3.5.3. `pycountry` import left out intentionally
Hi, I'm trying to connect an application to the Dutch Chamber of Commerce (KvK) dataservice using python 3.7.3 and `zeep==3.4.0`. This appears to be a bit of a pain. The...