Sergey Revenko
Sergey Revenko
Hey guys I'm a bit new in RAML, so I want ensure that following things supported in RAML 1.0 I'm trying to split my API specification by several files. I...
In current implementation data models highly coupled with data storage. I think it will be better if we will use POJO augmented with decorators for data models. I.e. all methods...
Hi guys, Currently, code that parse responses and generate payloads for requests spread out between two components `JsonApiDatastore` and `JsonApiModel`. This cause unnecessary complexity of each component and high coupling...
Hi It looks like current AMQP pub/sub implementation doesn't re-create queues after reconnection. It cause errors in case of "exclusive" or "auto-delete" queues in RabbitMQ: > cannot consume from channel:...
Fixes ThreeDotsLabs/watermill#315
Library can't properly handle some user agents strings and show this errors: ``` PHP Notice: Undefined index: in /var/www/vendor/garetjax/phpbrowscap/src/phpbrowscap/Browscap.php on line 355 PHP Fatal error: Unsupported operand types in /var/www/vendor/garetjax/phpbrowscap/src/phpbrowscap/Browscap.php...