Mehdi ABAAKOUK
Mehdi ABAAKOUK
## feat: use DTO for NCNN init parameters ## refactor(dto): example service_create+ncnn The Service Create call works, but most parameters doesn't. Supported parameters are only those declared in the DTO...
## refactor: move /info input/ouput to oatpp::dto ## feat: use DTO for NCNN init parameters ## feat: introduce predict output parameter
tensorflow doesn't build anymore because eigen have moved to Gitlab: https://bitbucket.org/eigen/eigen/ -> https://gitlab.com/libeigen/eigen TF patch exists here: https://github.com/tensorflow/tensorflow/pull/43499 #### Error message (if any) / steps to reproduce the problem: ```...
Hi, gunicorn worker (uvicorn.workers.UvicornWorker) does not report request/s via statsd client, like other gunicorn workers. Regards, Mehdi > [!IMPORTANT] > - We're using [Polar.sh](https://polar.sh/encode) so you can upvote and help...
Currently, we log that and just report a generic auth failure. ``` authentification failure, will retry another token: remote: The `xxxxx' organization has enabled or enforced SAML SSO. To access...
## Description Add support for BlockingConnectionPool.
Hi there, aredis is lacking of BlockingConnectionPool. Do this kind of feature could be accepted if I propose a Pull Request? (and if it matches all the projects requirements and...
## Description When initial connection fails, we just raise `ConnectionError()` without any details. This change adds the reason of the failure.