pekof

Results 2 issues of pekof

I'm building minimal environment to run rsync (including ssh & sshd). When I run bash it returns immediately with errorlevel 1536. I can run .sh files with bash but no...

help wanted
question

I'm working with legacy database table where primary key is not named `id` but `JobID` or `ID,` so when I try `manager.create_api(PhClientOut, primary_key='JobID', methods=['GET'])` I get error ` File "D:/0work/Transfer/central/central.py",...