Wes Cossick

Results 15 issues of Wes Cossick

- Make sure it works on Firefox, IE, and Safari (both Windows and Mac) - Remove notice on README.md

enhancement

It already works decently well, just a few changes will do it.

enhancement

- Link to GitHub page, and our GitHub profiles, from the 'About' page - Update Wes's profile image

to do

**What would you like to be added**: Currently, `process_start_time_seconds` is included in the telemetry metrics, but not included in the standard metrics. I'd like to be able to opt into...

help wanted
kind/feature
lifecycle/stale

After upgrading from Storybook v6.4 to v6.5, the global parameters for storycap are not taking effect like they previously did. We're exporting these global parameters from our `.storybook/preview.tsx` file: ```tsx...

This PR updates all actions from `@v1` and `@v2` versions to `@v3` versions, plus it uses new specifiers for Node.js versions that won't need to be manually updated (e.g., `lts/*`...

#### Environment details - OS: Distroless - Node.js version: v12 - npm version: N/A - `@google-cloud/pubsub` version: 2.6.0 #### Steps to reproduce 1. Create a subscription by calling: ```ts const...

type: docs
api: pubsub
priority: p3

#### Environment details - OS: Debian - Node.js version: 16.13.1 - npm version: - `@google-cloud/pubsub` version: 2.18.1 #### Steps to reproduce 1. Create a subscription with an exponential backoff (i.e.,...

priority: p2
type: bug
api: pubsub

**Describe the bug** Unable to build Storybook after upgrade to v6, due to a `'import' and 'export' may only appear at the top level` error message. **To Reproduce** Steps to...

bug
help wanted
has workaround
todo
source-loader

This PR updates `actions/checkout` and `actions/setup-node` to v4, and takes advantage of the built-in caching for Yarn in `actions/setup-node`, avoiding the now-deprecated `set-output` command.