Grant Timmerman

Results 139 comments of Grant Timmerman

Great, will wait for the OT PR: https://github.com/open-telemetry/opentelemetry-specification/pull/1978 Then look at this PR. I hope we include the HTTP header names with the CloudEvents spec here for clarity.

I think ideally we'd like a SDK to take an event from a given transport and give you a full event object in your language's type. We don't want to...

Yes, this is a known issue. The API doesn't make it easy to safely delete files. I guess I could delete all non-ignored, non-pulled files when you pull. This would...

In reality, we'd need a better file system with API like git to detect server deletions.

I think you want to [`redeploy`](https://github.com/google/clasp/blob/master/index.ts#L841) to update a deployment: `clasp redeploy ` Is that right? I think I forgot to add it in the "How To..." section. LMK if...

@andysumi What are the commands you're using? Use `redeploy` to update, `deploy` to create.

This may be an issue with the API. I'll have to look further.

It looks like the script.google.com UI updates the manifest file (`appsscript.json`) file when you use the UI to publish a web app. When you use the UI to deploy a...

I don't think adding more CLI flags to clasp will help. `clasp` should work out of the box. A type should really be for `create`. ``` clasp create What type...

I just tested the steps I wrote above again. Deploying a web app from clasp works. You just need to make sure you update the `appsscript.json`, `clasp push`, and `clasp...