Remi Rampin
Remi Rampin
Yes it's a little orthogonal, but for my use-case (bot accounts) I was able to create tokens via the admin API and log in via Element using the hidden Element...
@gatagat respectfully bumping
Yes, there is no real reason to only sync Dropbox with Git. You could totally sync Dropbox with Google Drive, Dropbox with another Dropbox, or Git with Git (why would...
http://legacy.python.org/dev/peps/pep-3143/ ?
Apparently there have been some changes in the protocol... my browser (Google Chrome) doesn't work. In particular, I had to do lowercase comparison for 'websocket' in `META['HTTP_UPGRADE']`. It seems that...
My version of Firefox (15.0) sends `Connection: keep-alive, Upgrade` which is also unexpected by websocket.py.
Chrome reports `Error during WebSocket handshake: 'Sec-WebSocket-Accept' header is missing`
There's actually another one further down in `File_seek_backend`
This project seems unmaintained, so I fixed this in a fork: https://github.com/remram44/python-bloom-filter I also added CI, did a bunch of general code fixes, and incorporated #5 and #8. Note that...
It will update the volume to the version of the image, so it's usually triggered by the user doing `helm upgrade` (or `kubectl set image` I guess). If a Pod...