Eric Koleda
Eric Koleda
What changes to clasp would allow this to work for you? Perhaps be more specific about how clasp fails today and what a better option would look like?
Assigning @asrivas, since I don't have the bandwidth right now.
The TypeScript to Apps Script conversion is done via the [ts2gas](https://github.com/grant/ts2gas) module. Please file the issue there instead.
Apps Script requires that functions be declared at the top-level scope with the `function` keyword in order to be visible in the "Run" dropdown. Some developers use a [webpack plugin...
I've discovered a bug with `Group.getGroups()` that is making this problematic. Don't merge yet.
I've been able to reproduce this behavior and have alerted the internal engineering team. I'm fairly certain that the problem lies in how the Apps Script API interacts with the...
Strange, I just tested it and didn't have any issues. Can you provide more information about what triggered this message and what part of the code threw it? Also, what...
Can you provide some more information? Did you see an error?
If you go back to the script editor and click "View > Stack Driver Error Reporting" you should be able to see what the error was.
My apologies for the embarrassingly slow reply to this PR. As far as I can tell, the display density in Gmail doesn't have any effect on the sidebar. Can you...