Grant Timmerman

Results 179 comments of Grant Timmerman

`clasp versions` provides a list of versions you explicitly saved. You can access them with `clasp pull --versionNumber`. You may want to use version control like git for the versioning...

What's wrong with `clasp pull --versionNumber`?

Well, that file-specific version history impossible to do from the API, only the UI, so I'll mark this as needing the API feature.

OK, thanks for the report. Will have to look at the error handler for `clasp push`.

Please file 1 feature request per GitHub issue. - `clasp diff` was proposed here #109. Please continue conversation in that thread. - I don't know much of a reason to...

PRs or designs are welcome.

Yes, I somehow forgot that API limit. We could cache the files as mentioned above, but that's not ideal.

Same issue for large openapi spec. I had to create a post transformation script. ```js #!/usr/bin/env node import fs from 'fs'; import path from 'path'; import { fileURLToPath } from...

Good feature request. This is another thing that we can't do with the API or outside the code editor.