Domen Kožar

Results 425 issues of Domen Kožar

```haskell diff --git a/servant-auth-server/test/Servant/Auth/ServerSpec.hs b/servant-auth-server/test/Servant/Auth/ServerSpec.hs index f5047cd..22a1e60 100644 --- a/servant-auth-server/test/Servant/Auth/ServerSpec.hs +++ b/servant-auth-server/test/Servant/Auth/ServerSpec.hs @@ -398,8 +398,8 @@ type API auths = Auth auths User :> ( Get '[JSON] Int : ReqBody...

bug

[implementation would be here](https://github.com/haskell-servant/servant-auth/blob/master/servant-auth-client/src/Servant/Auth/Client/Internal.hs#L31)

# outline - overview - readme - user guide - xsrf options * document same-site as sane default * #97 document we're using double-submit protection * #71 document ajax with...

documentation

``` Failures: test/Servant/Auth/ServerSpec.hs:333:3: 1) Servant.Auth.Server, The JWT combinator, suceeds as wreq's oauth2Bearer uncaught exception: HttpException HttpExceptionRequest Request { host = "localhost" port = 53401 secure = False requestHeaders = [("Authorization",""),("User-Agent","haskell...

help wanted

For example swagger2/openapi3 can generate documentation if endpoint uses CSRF: https://swagger.io/docs/specification/describing-parameters/#cookie-parameters This is a follow up on #92 as a way to improve CSRF integration. cc @3noch @plredmond

It's often useful to define functions like ```elm foobar :: List (Html Msg) foobar = ... ``` But it becomes a pain to append with `Html Msg`. Workaround is wrapping...

Please use https://github.com/NixOS/nixpkgs

Currently one gets: ``` ../../../../.local/share/virtualenvs/woocart-api-zie1bQwL/lib/python3.6/site-packages/openapi_core/validation/response/validators.py:37: in validate data, data_errors = self._get_data(response, operation_response) ../../../../.local/share/virtualenvs/woocart-api-zie1bQwL/lib/python3.6/site-packages/openapi_core/validation/response/validators.py:53: in _get_data media_type = operation_response[response.mimetype] ../../../../.local/share/virtualenvs/woocart-api-zie1bQwL/lib/python3.6/site-packages/openapi_core/schema/responses/models.py:21: in __getitem__ return self.content[mimetype] ../../../../.local/share/virtualenvs/woocart-api-zie1bQwL/lib/python3.6/site-packages/openapi_core/schema/content/models.py:18: in __getitem__ if fnmatch.fnmatch(mimetype, key): ../../../../.local/share/virtualenvs/woocart-api-zie1bQwL/lib/python3.6/fnmatch.py:34:...

kind/bug/confirmed
area/validation/response