Sergey Fedorov
Sergey Fedorov
To follow best practices and allow us to have a better ability to test and develop new features, I would like to open discussion around packages reorganisation ``` toxiproxy/ ├──...
``` 2) Api::V2::UsersController updates a user surname as string Failure/Error: Unable to find matching line from backtrace Lurker::UndocumentedResponseCode: Undocumented response: 200, successful: true # /media/psf/Develop/github/lurker/lib/lurker/json/schema/response_codes.rb:23:in `validate!' # /media/psf/Develop/github/lurker/lib/lurker/endpoint.rb:78:in `consume_response' #...
Большая проблема с тем, чтобы в уже работающий проект поставить люркер и при этом прогнать все тесты с ним. 1. Надо починить `LURKER_UPGRADE` флаг 2. Надо проверить ситуацию — разные...
For better out-of-band support will be cool to encode message with a specific version of the schema and do not register unknown schema on a resolution. When producer and consumer...
Due to #70 completely remove `decode/2` and `encode/2` and keep them separate as `decode_plain/2` and `encode_plain/2`
Remove configuration options: 1. `convert_map_to_proplist` 2. `convert_null_values`
It makes sense to introduce the Avro Error module with the ability to add a few more things to the client errors. It should make development and debug easier. For...
In OTP 25 the default SSL verification type was changed from `:verify_none` to `:vefiry_peer` and we need to expose it as a setting to avoid request failures. Context: https://github.com/Strech/avrora/pull/97
As a partial resolution to the logical types conversion, we are going to start with just decoding as the easiest to implement because we already control the decoder hooks. Resolves...
Really nice cli and remote. In my stackfrof-local i'm using stackprof-remote only for it's cli. And i have some ideas to contribute to. It would be perfect if you split...