Divya Goswami

Results 9 comments of Divya Goswami

Another fix with placing %cd in: ``` %cd ~ import os from os.path import exists, join, expanduser # Clone name = "deepvoice3_pytorch" if not exists(name): ! git clone https://github.com/r9y9/$name ```

got the same error as well. I am guessing there is not much difference with the voice output if tf 1.x is continued in this. A quick fix for now...

I'm guessing the scripts lacks timeout parameters on requests and error handling for the same. Also, we'd need to async it. That will make processing each file faster!

@pratham1729 @Apurv428 for this round I'm stopping assigning people issues since I've noticed assignee abandons the issue for months together. To get approvals, please send PR requests.

> sudo git submodule init && sudo git submodule update We're trying to avoid this, by giving ownership to apache user, sudo is not necessary. This reduces the chances of...

Yes documentation needs a brush up. Perhaps this can be in the todo list? The gist I've written needs some changes as well due to the recent new activities. Someone...

Good catch! Assigning this to you. Also, consider joining our slack channel (on openmainframeproject workspace) if you want to discuss anything.

For the tool to work and log printing, apache user should have read and write permissions and for the binaries to work, it should have execute permissions. The most we...

https://github.com/openmainframeproject/software-discovery-tool-deploy/blob/f0a18279df4e70ee92a3384e2fde190b0c872158/.github/workflows/cicd.yml#L20 This line is followed in our deployment. Surely there should be more ways to check which process is using sudo in our server. I do have a script written...