You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
So I realize when I use an autosave (afterDelay), its keep updating to Github. Sending request every second (depends on your delay). And then, I realize I hit the rate limit of the gistpad API. And I can't update anymore at that time.
Describe the solution you'd like
So like vscode formatter, Maybe just update it when the user actually save it (like ctrl s) or add a command, and attach a keybind for it (just like format document) instead of check if it saves or not
The text was updated successfully, but these errors were encountered:
barraIhsan
changed the title
Feature Request : Update gist in GitHub when user save it without autosave
Update gist in GitHub when user press a keybind / save
May 23, 2021
Is your feature request related to a problem? Please describe.
So I realize when I use an autosave (afterDelay), its keep updating to Github. Sending request every second (depends on your delay). And then, I realize I hit the rate limit of the gistpad API. And I can't update anymore at that time.
Describe the solution you'd like
So like vscode formatter, Maybe just update it when the user actually save it (like ctrl s) or add a command, and attach a keybind for it (just like format document) instead of check if it saves or not
The text was updated successfully, but these errors were encountered: