Taha OUARRAK
Taha OUARRAK
the same here with 2.10.x
same here with rn 0.70.3
i was playing with this branch, it was useful, but didn't u take in consideration concurrency, how we can deal with multiple requests, if u have multiple simultaneous requests will...
the same here
Update: it worked with ``` transportOptions: { polling: { extraHeaders: { 'Cookie': cookie, }, }, } ```
i'm using react native 0.72.6
@sebasobotka thanks a lot what about the second error , gif_lib.h: No such file or directory (in dlib\image_loader\load_image.h line 14)
ok thank you
same here
I fixed that by removing `onnxruntime-gpu; sys_platform != 'darwin'`from requirements.txt, and updating dockerfile to install `libx11-dev` ``` ... # Install dependencies to add PPAs RUN apt-get update && \ apt-get...