Bahman Yunuszoda
Bahman Yunuszoda
Hi, Nowadays PostgreSQL notifications are becoming more and more popular and are useful in most scenarios, e.g. real-time applications etc. That would be great if Drogon also supports PostgreSQL notifications!...
Hi sir! When I run the "age-and-gender-classification" it's terminated with the following error message: > terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.5) /home/bahman/3rd/opencv-3.4.5/modules/core/src/copy.cpp:254: error: (-215:Assertion failed) channels()...
1. We have TIMESTAMPTZ field with value: '2023-07-31 16:19:49.91874' 2. if we map it to trantor::Date class and invoke ::toDbLocalString() it returns '2023-07-31 16:19:49.091874' The microseconds part is converted incorrectly,...
We have TIMESTAMPTZ field with value: '2023-07-31 16:19:49.91874' if we map it to trantor::Date class and invoke ::toDbLocalString() it returns '2023-07-31 16:19:49.091874' The microseconds part is converted incorrectly, because 91874...
Hello Dear Mr. Stéphane Charette, I tried the DarkPlate executable app with the config files and weghts you provided and it works! But if I replace them with the files...
Hi! C++ version doesn't work. Always crashes no matter what image you input. If I comment crop_plate it runs but anyway doesn't detect any plates. What can be the cause....
### Description The function `trantor::Date::fromDbStringLocal()` expects a full timestamp string in the format: `"YYYY-MM-DD HH:MM:SS[.ffffff]"`, but if you pass only a date string like `"1970-01-01"`, it fails silently and returns...