Ferhat Kurtulmuş

Results 29 comments of Ferhat Kurtulmuş

sys.path.append(this_dir) Why do we need this? Some python environments like QGIS require this.

works if the semantic checker allows string literals. https://github.com/ldc-developers/ldc/blob/master/gen/semantic-dcompute.cpp#L152 ```d SharedPointer!T sharedStaticReserve(T : T[N], string uniqueName, size_t N)(){ void* address = __irEx!(`@`~uniqueName~` = addrspace(3) global [`~Itoa!N~` x `~llvmType!T~`] zeroinitializer, align...

since API function is not using GC anymore, this issue is not relevant

and in setDeviceOutputState The USB input report size must be 64 for the ds edge controller. I wonder if 48 is correct for a regular one. I will confirm this...

Dear Ludwig, I am on a vacation at the moment, and I cannot give you solid answers to you. İ will be back on the next week. And handle this

Dear zkxjzmswkwl thank you for your feedback. I have been away from dlang and programming (it is not a huge part of my daily job) for a while. As you...

Dear [zkxjzmswkwl](https://github.com/zkxjzmswkwl), OpenCV developers are moving things (when they are mature enough) from the contrib repo to the main repo from time to time. That must be the reason for...

Hello, @9il, I am adapting an image stitching method (ransac homography estimation) DCV. I want to keep nogc nothrow with DCV. So, if we cannot have a function pinv nogc...