Alper Ortac
Alper Ortac
Given a aggregation pipeline like this: ``` aggregation_pipeline = [ { "$lookup": { "from": "books", "let": {"bookId": "$_id"}, "pipeline": [ { "$match": { "$expr": {"$eq": ["$book_id", "$$bookId"]} } }, {"$sort":...
I try to run the following code: ``` s = SocketIOClient('localhost', 9000) s.run() ``` I get the error `"Invalid frame"`. The socket.io server is running (gevent-socketio). Stacktrace: ``` Environment: Request...
### Describe the bug When SAML is configured and the user logs in via the SSO button, they get redirected to the workspace selection screen. Regardless how many times the...