w-
w-
Hi Thanks for this awesome plugin. How can i play a playlist? the specific one i'm trying is https://www.youtube.com/playlist?list=PLkW5vi-D6ZTnZEP-FeJzr3KSqqTN1vI2L when i add it and try to play it i get...
When deploying our chalice app, we will get an API Gateway url of the form `https:////` e.g. `https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com/prod/` when testing locally using `chalice local` how do we simulate the ``...
django.form.util is renamed to django.form.utils and will be removed starting v1.9 http://django.readthedocs.org/en/latest/releases/1.7.html#util-modules-renamed-to-utils
The docs for WHITENOISE_STATIC_PREFIX currently say > Default: Path component of settings.STATIC_URL (with settings.FORCE_SCRIPT_NAME removed if set) > .... > If your application is not running at the root of...
Hi, i've updated to latest 1.7.6 (also tested with 1.7.4). this is running on python3.9 and ubuntu 22 (or 24, I forget) similar to what is originally described in https://github.com/django-q2/django-q2/issues/114...
#### Issue Following docs here: https://docs.suitecrm.com/developer/api/version-8/json-api/#_operators on how to use the [[in]] operator Two issues when using the in operator: - When querying a default field (e.g. billing_address_city) the system...
i'm trying to use this library to use imap IDLE to receive push notifications of new email from an IMAP server. I noticed in my code that `client.wait_server_push()` would never...