Mehdi ABAAKOUK

Results 30 issues of Mehdi ABAAKOUK

ci:skip-tests
ci:docker
conflict

## 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...

conflict
kind:dto

kind:docker
ci:skip-tests
ci:docker

## refactor: move /info input/ouput to oatpp::dto ## feat: use DTO for NCNN init parameters ## feat: introduce predict output parameter

conflict
kind:dto

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: ```...

type:bug
build:compilation
mllib:tensorflow

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...

user experience
workers/gunicorn

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.