ksrinivs64

Results 10 comments of ksrinivs64

I tried the db2inst1 image, and have had no luck starting up db2 afterward. So I ran sudo docker run -i -t angoca/db2inst1 /bin/bash, and then tried to su -...

I did, but I needed to mount a volume as well: sudo docker run -i -t --privileged=true --name="db2inst1" -p 50000:50000 -v /db2:/home angoca/db2-instance. Thank you for your help!

Martin, we are exploring if we can add constraints to the planner after using the Lale Project operators to customize the search space for the dataset's characteristics. If that works...

We did notice that depending on OS/Python versions etc, some modules could be inspected by Python successfully and others couldn't. Our approach was to switch machines/Pythons etc to do it....

Sorry I think I need a bit more background on what you mean. What code are you running, and what is the actual graph you get?

Thanks that would be helpful. On Mon, Dec 4, 2023, 9:37 PM Navneet Verma ***@***.***> wrote: > Hi @ksrinivs64 , > Thanks for creating the feature request. We have been...

Yes, the current way this is created it has no notion of project scope because we applied it to millions of scripts drawn from GitHub (Google's BigQuery dataset). We can...

ASTs are not going to be able to give you data flow across procedures or method calls. As for the larger scope - meaning across files is an issue that...