justinvh / gitpaste

DEPRECATED - GitPaste is a clone of GitHub's Gist.
Other
184 stars 49 forks source link

Set.repo size limit too small for Paste.description #34

Open regolith opened 10 years ago

regolith commented 10 years ago

The length limit for a paste's description is 255, but this string is used to create a directory name for the repo, and the repo column is limited to 100 chars, including the path (so likely larger than the description). This is leading to lots of errors for me with titles of reasonable size.