Salim Fadhley
Salim Fadhley
This would make it much easier to get started with the container: A simple list of each environment variable, along with it's intended use. Thanks
Build dependencies don't install under Python 3. I get this error when trying to install hyde: ``` error: invalid command 'bdist_egg' /home/mauve/.virtualenvs/pythonjobs3/build/hyde/distribute-0.6.14-py3.4.egg Traceback (most recent call last): File "/home/mauve/.virtualenvs/pythonjobs3/build/hyde/distribute_setup.py", line...
http://hyde.github.io/templates/context.html This page is supposed to contain the docs for the Context variables, it seems to be an empty page (apart from the titles).
Is it possible to send credentials on opening a web socket connection, much in the same way that $http does if we use the useCredentials option? Here's a very similar...
It's not currently possible to cast from Allcast to Cheapcast.
```python from icalevents.icalevents import events url = "https://calendar.google.com/calendar/ical/be313b87e8cf5816aae2948070cdb311484244c8df94384ba9a05ccfcc30ddb7%40group.calendar.google.com/public/basic.ics" some_events = events(url) print(some_events) ``` prints an empty list, however the contents of the calendar does not appear to be empty: ```...
For context: I'm trying to get this running on an entirely clean docker-in-docker system. Steps to reproduce: * git clone * up.sh --- root@105f52fe9164:/hostroot/volume1/home/sal/software/PrometheusTube# ./up.sh + touch .secrets.env + DOCKER_DEFAULT_PLATFORM=linux/amd64...
### Pre-check - [X] I have searched the existing issues and none cover this bug. ### Description This looks similar, but not the same as #1876 As for following the...