Dmitrii Prisacari

Results 13 issues of Dmitrii Prisacari

It would be nice to add a "data provider" like in [phpunit](https://phpunit.de/manual/current/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.data-providers)

enhancement

Hi! First of all I would like to thank you for this wonderful project! Here's the question: is there any way to get the response headers coming along with redirect...

I'll explain the nature of my question. I'm trying to split data scraping pipeline into three parts. 1. Results database server. Using Elasticsearch 7.0.0. Should work as a cluster. 2....

I'm playing around with jwt errors handling and I found out that there is a [HS256-specific error](https://github.com/dgrijalva/jwt-go/blob/dc14462fd58732591c7fa58cc8496d6824316a82/hmac.go#L21) in jwt-go library that is returned as inner error by the go-kit parser....

help wanted

It would be nice to add installation from sources and ability to include modules to build nginx with. For example see another [nginx role](https://github.com/ANXS/nginx) (abandoned)

Sometimes test is killed by OS if it consumes too much memory. In such cases the database is not cleaned up and we should delete test indices manually. It would...

For this example database and gunicorn configs are required and should pass presence check. By adding `required=True` we perform this check and make it explicit.

I've noticed that if the client sends a resource creation request with an invalid schema, it reaches the HTTP handler: ```json { "schemas":["urn:ietf:params:scim:invalid:schema"], "userName":"[email protected]" } ``` Considering that schema and...