From 9b4ab3cf2e3b0132b30e7b3d4833286edb660a7a Mon Sep 17 00:00:00 2001 From: Christine Date: Wed, 22 May 2024 22:19:20 +0000 Subject: [PATCH 1/2] docs: add information about limitation that can on github.dev when exceeding GraphQL rate limits. --- content/codespaces/the-githubdev-web-based-editor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/codespaces/the-githubdev-web-based-editor.md b/content/codespaces/the-githubdev-web-based-editor.md index 83d6d25b655f..f79c9df15231 100644 --- a/content/codespaces/the-githubdev-web-based-editor.md +++ b/content/codespaces/the-githubdev-web-based-editor.md @@ -144,3 +144,4 @@ If you have issues opening {% data variables.codespaces.serverless %}, try the f - The {% data variables.codespaces.serverless %} editor is currently supported in Chrome (and various other Chromium-based browsers), Edge, Firefox, and Safari. We recommend that you use the latest versions of these browsers. - Some keybindings may not work, depending on the browser you are using. These keybinding limitations are documented in the "[Known limitations and adaptations](https://code.visualstudio.com/docs/remote/codespaces#_known-limitations-and-adaptations)" section of the {% data variables.product.prodname_vscode_shortname %} documentation. - `.` may not work to open {% data variables.codespaces.serverless %} according to your local keyboard layout. In that case, you can open any {% data variables.product.prodname_dotcom %} repository in {% data variables.codespaces.serverless %} by changing the URL from `github.com` to `github.dev`. +- When intensively writing documentation or code on the web-editor, some commits can't be pushed. To solve this problem, wait a few minutes for the api rate limit to reset. From db87093e620a233bfcf3c6407279fd34cf2c2467 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 24 May 2024 15:55:39 +0200 Subject: [PATCH 2/2] Update content/codespaces/the-githubdev-web-based-editor.md --- content/codespaces/the-githubdev-web-based-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/the-githubdev-web-based-editor.md b/content/codespaces/the-githubdev-web-based-editor.md index f79c9df15231..795f97a65346 100644 --- a/content/codespaces/the-githubdev-web-based-editor.md +++ b/content/codespaces/the-githubdev-web-based-editor.md @@ -144,4 +144,4 @@ If you have issues opening {% data variables.codespaces.serverless %}, try the f - The {% data variables.codespaces.serverless %} editor is currently supported in Chrome (and various other Chromium-based browsers), Edge, Firefox, and Safari. We recommend that you use the latest versions of these browsers. - Some keybindings may not work, depending on the browser you are using. These keybinding limitations are documented in the "[Known limitations and adaptations](https://code.visualstudio.com/docs/remote/codespaces#_known-limitations-and-adaptations)" section of the {% data variables.product.prodname_vscode_shortname %} documentation. - `.` may not work to open {% data variables.codespaces.serverless %} according to your local keyboard layout. In that case, you can open any {% data variables.product.prodname_dotcom %} repository in {% data variables.codespaces.serverless %} by changing the URL from `github.com` to `github.dev`. -- When intensively writing documentation or code on the web-editor, some commits can't be pushed. To solve this problem, wait a few minutes for the api rate limit to reset. +- When intensively writing documentation or code in the web editor, you might encounter issues with pushing some commits. To resolve this, wait a few minutes for the API rate limit to reset.