Nick Amoscato

Results 24 issues of Nick Amoscato

Originally referenced in some Karma configuration; this would be nice to wire up at some point.

chore

help wanted
chore

The method-scoped [**Reference**](https://vue-gapi.github.io/vue-gapi/GoogleAuthService/_index.html#login-options-%E2%87%92-promise-loginresponse) examples aren't very helpful and essentially just illustrate the method interface. Perhaps we introduce a high-level examples / recipes section with some more comprehensive examples (that interact...

help wanted

As mentioned in https://github.com/vue-gapi/vue-gapi/issues/61#issuecomment-748504165, we should add clarity to the documentation that describes session storage / when we use local storage / etc.

help wanted

With the v1.0 refactoring, it would be relatively straightforward to enable applications to swap out the (default) local storage session storage with a custom implementation.

enhancement

Ideally we shouldn't have to manually bump `package.json`

chore

Is there a reason `deploy()` is initially invoked with `dontuseforce: true`? https://github.com/AkhileshNS/heroku-deploy/blob/79ef2ae4ff9b897010907016b268fd0f88561820/index.js#L224 When `--force` is enabled (`dontuseforce: false`), the initial `deploy()` is _expected_ to fail before a second `--force` attempt,...

This starts to consolidate validation behavior across create and edit contexts: `connector.class` can _technically_ be changed (to another valid classname) when updating a connector, but this behavior was previously prevented,...

Resolves #467 Resolves #482 * **What kind of change does this PR introduce?** Bug fix and arguably breaking change * **What is the current behavior?** (You can also link to...

## Expected Behavior `@sentry/minimal` is at the latest 7.x version ## Current Behavior `@sentry/minimal` is currently at `6.2.1` ## Possible Solution Options include: * Upgrading `@sentry/minimal` to 7.x per [their...