ertankucukoglu
ertankucukoglu
You did not tell your Delphi version. Library supports Delphi Tokyo and newer versions. Library also needs HashLib4Pascal and SimpleBaseLib4Pascal. I have no problem compiling the library and the ClpDigest.pas...
I am not sure how to vote for this in here. Though, would like to see this in FirebirdSQL for sure.
Databases I deal with includes both NULLs and EMPTY strings. It is not feasible to convert EMTPY strings to NULLs because the risk that applications start giving errors. I'm read...
I am a total newbie to Python. I saw `python -m pip install numpy` command on the internet and used it. I just try `pip install numpy` and it started...
All right, as soon as numpy is installed. I tried it and having below error. As I do not know python, Unfortunately, I couldn't see how to fix it. ```...
It seems I am having same error about module even if I try to call train_set.py from an upper directory. ``` C:\baby_cry_detection-master>python pc_main/train_set.py Traceback (most recent call last): File "pc_main/train_set.py",...
Yes, there is Reader class in `pc_methods/__init__.py` However, `pc_main/__init__.py` is an empty file. If that is not normal, there is something wrong I did while getting the latest branch from...
I hope it will not be limited with domain and something like `123 456 [email protected]` would be possible. Not everybody uses a domain anyway. I know there is IPv6 side...
Thank you for explanation. Likely that fix will work fine.
As of today, v0.9.0 still has this problem.