issues
search
condemil
/
gist
Sublime Text plugin for creating new Gists from selected text
MIT License
725
stars
136
forks
source link
Fix 304 response errors, better caching/etc
#195
Open
jtsternberg
opened
2 years ago
jtsternberg
commented
2 years ago
This PR:
Addresses issue with gist api returning 304 response codes (it's expecting some local caching or
If-Modified-Since
header)
Handles caching files to temp files
Updates error messages to be a bit more helpful
Adds key bindings for the open-in-browser, and copying gist url commands
This PR:
If-Modified-Since
header)