We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should improve sharing by link instead of only being url-encoded.
ideas:
generate hash sums of playground snapshots and use for storing commit ids
prune old/free/anonymous playgrounds retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3) source
retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
allow namespacing and vanity urls
needs client side router #23
use scm api to retrieve prior versions of playgrounds #24
The text was updated successfully, but these errors were encountered:
backend started in 51a50fd does not yet have UI or endpoints for actually saving
need to make sure that loading from url doesnt override "default workspace" where user may have unsaved changes?
Sorry, something went wrong.
No branches or pull requests
should improve sharing by link instead of only being url-encoded.
ideas:
generate hash sums of playground snapshots and use for storing commit ids
prune old/free/anonymous playgrounds
retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
sourceallow namespacing and vanity urls
needs client side router #23
use scm api to retrieve prior versions of playgrounds #24
The text was updated successfully, but these errors were encountered: