Francisco Edno
Francisco Edno
Refactor the current schema generation test case in order to reuse the same logic for schema generation with php 8 attributes. Create a new schema attribute reader for extracting schema...
Is there any reason for Serial::available() method not being defined as const? when in do this: ``` c++ class SerialTransport { public: ... size_t bytesAvailable() const; ... }; size_t SerialTransport::bytesAvailable()...
The current code returns null when a factory was already instantiated. I can see some major problems with this approach: 1. It is not intuitive for the developer 2. This...
In the use case for the company I work for, the krakend plugins are built in docker. The final artifact used for deploying krakend is a docker image containing the...
## Feature request ### Description Add a new configuration option to the retry middleware that would make it possible to customize which types of errors are retryable. ### Example use...