Sami

Results 4 issues of Sami

### Description When multiple security handlers are provided, for instance ``` security: - api_key: [] - {} components: securitySchemes: api_key: type: apiKey name: X-Auth in: header x-apikeyInfoFunc: app.apikey_auth ``` To...

If `domain-a` tries to set a cookie for `domain-b`, the cookie shouldn't actually be set and sent to `domain-b`, when the browser does a call there. Here is a sample...

Hello, Whenever I try to launch the demo.py and try to ouput sound to a speaker I got this error: ``` media-encode /endpoint/a2dpsource ~/out.pcm ``` ``` Traceback (most recent call...

I tried to remove the line `VOLUME /var/lib/docker` in the Dockerfile, in order to persist docker state (image, build cache, etc...) inside the container but it is causing issues. ```...