Tony Pujals

Results 12 issues of Tony Pujals

If a request comes from a script running under a different origin (for our purposes here, a [tuple](https://html.spec.whatwg.org/multipage/origin.html#concept-origin-tuple) that includes a host and port) from the origin that is hosting...

- Should also copy generated `pubspec.lock` (see [discussion](https://github.com/dart-lang/dart-docker/issues/4)) - Don't need to run `dart pub get` twice ``` COPY pubspec.* ./ RUN dart pub get COPY . . ```

Docs currently require cloning the repo to run the examples. It's easier to have the user generate new examples to test and experiment with. - [ ] Update docs to...

area/cli

Don't include $ for input code blocks to enable copy paste.

> Can we add a comment here? More comments like here would be useful, especially for non-dart devs. This applies to all classes. _Originally posted by @grant in https://github.com/GoogleCloudPlatform/functions-framework-dart/pull/87#discussion_r547527066_

Use a convention similar to the one commonly used for Go tests: keep data separate from test logic. This makes the tests more readable and easier to add new test...

Initial concept: tool should support package API that can be used by both a CLI and Cloud Code for enhancing developer experience working with Functions Framework for Dart projects, making...

kind/enhancement
area/cli

Running into the [same issue](https://github.com/GoogleCloudPlatform/cloud-code-vscode/issues/520) trying to switch projects that I ran into with Visual Studio Code, except for Intellij, none of the workarounds seem to work. ### Expected Behavior...

area/kubernetes

Posting this issue on behalf of a user I'm trying to help. I can't duplicate on my own machine, and not sure anyone else can. We have tried clean installs...

Experimental, draft, do not merge.

api: storage
samples