Scott D'Angelo
Scott D'Angelo
I am using the Dallas region, and see response times < 5 seconds. Have you seen similar response latency for Watson Assistant and Speech to Text, for example with the...
Here's the network profile using Google Chrome `View`-> `Developer` -> `Developer Tools` and looking at the `Network` tab: Can you please try that, so we can get an idea if...
figuring out JAVA_HOME took some searching, so it'd be good to give explicit instructions. jdk can be found by: ``` /usr/libexec/java_home ``` and the export can be done with: ```...
Food goes to compost :)
I'm having a similar issue. My scripts used to work, now I get this 401: ``` File "/usr/local/lib/python3.9/site-packages/github/MainClass.py", line 345, in get_repo headers, data = self.__requester.requestJsonAndCheck( File "/usr/local/lib/python3.9/site-packages/github/Requester.py", line 315,...
@kbenzle @mudit-mhjn FYI, I opened a new issue: https://github.com/PyGithub/PyGithub/issues/1865