{ # https://github.com/github/docs repository(owner: "github", name: "docs") { id # RepositoryID name discussionCategories(first: 10) { nodes { id # CategoryID name } } } }' Result: {"data":{"repository":{"id":"MDEwOlJlcG9zaXRvcnkxODk2MjE2MDc=","name":"docs","discussionCa...
You will get an App ID when you finish registering your application. This project uses a published Application ID that can be used to run the app without using your own ID but if you need to do any console debugging, you would need to have your own ID. Import the project into Android...
git clone git@github.com:pytorch/serve.git Go to the directory of torchserve cloned repository cdserve Install dependencies. Seeofficial sitefor more. #Install dependencies#If you want to use gpu, you must install cuda first#cuda is optionalpython3 ./ts_scripts/install_dependencies.py#--cuda=...
.github Bump ruby/setup-ruby from 1.227.0 to 1.229.0 Mar 31, 2025 graph-sample Merge pull request #227 from microsoftgraph/dependabot/bundler/graph-… Mar 31, 2025 .gitattributes Added .gitattributes Jul 13, 2018 .gitignore Deleted unneeded files Oct 5, 2022 CODE_OF_CONDUCT.md - updates...
How to Add an SSH Key to your Github Account Now we have already seen why you might want to use an SSH key. We also demonstrated how to create an SSH key on your computer. As mentioned above, we have a private key and a public key. In the steps below you’ll learn how to uploa...
UnderRedirect URI, set the first drop-down toWeband set the value tohttp://localhost:3000/auth/microsoft_graph_auth/callback. ChooseRegister. On theRuby Graph Tutorialpage, copy the value of theApplication (client) IDand save it, you will need it in the next step. ...
So if you do it on an production environment, be prepared for it to be down a few minutes (mine was affected for 4-5min when I ran this). Anonymous August 28, 2018 The kudu documents have been updated as well: https://github.com/projectkudu/kudu/wiki/Process-Threads-list-and-mini...
One is a public key, and the other is a private key. You will need the key to make a connection with your GitHub account. To view the contents of the saved key, issue the following command. 1 cat.ssh/id_rsa_work.pub Copy and store the key on a text file on your computer, as...
With Microsoft Build approaching, we wanted to share some walk throughs of using Semantic Kernel to get started if you haven’t already. Today we’re going to dive into the Getting Started guide we have in the main Semantic Kernel GitHub repository for .NET. Getting Started with Semantic Ker...
Hello. may the best way to modify http.py looking for : class WebRequest(object): def init(self, params): self.params = dict(params) # OpenERP session setup self.session_id = self.params.pop("session_id", None) or uuid.uuid4().hex self.session = self.httpsession.get(self.session...