Yassine Damiri

Results 7 issues of Yassine Damiri

The linux compatibilty is not added to the latest release. Took me ages to figure it out :sweat_smile:

Hi team, I've made some changes to the code to add error handling for when the specified directory is not found. Previously, the code would simply crash with a traceback...

Bonjour, Ce serait cool d'ajouter la traduction du mot "Endpoint"

`Traceback (most recent call last): File "charDetect.py", line 21, in cv2.imshow('BindingBox',im) cv2.error: OpenCV(4.5.1) /tmp/pip-req-build-1syr35c1/opencv/modules/highgui/src/window.cpp:376: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' ` The code seems to be corrupted...

DIT_DIR doesnt work with a basic linux configuration. Replacing DIR_DIR by DT_DIR makes it compile much better :)

## Question / Help I'm encountering an issue while parsing an Excel file using ExcelJS in a Node.js environment. The Excel file contains cells representing dates, but it seems that...