seanadkinson

Results 12 issues of seanadkinson

Noticed `FadingCircle` isn't implemented in android... source code only handles `FadingCircleAlt`. Is that an oversight? If so, I'll send a PR. Thanks

Hi there, I am running `pgMigrate` programmatically on app startup via something similar to the following: ``` await pgMigrate({ dbClient: dbClient, migrationsTable: 'migrations', dir: path.join(__dirname, '..', '..', 'migrations'), direction: 'up',...

Hello, Looks like the update from a couple hours ago could be bringing in a bug with a downstream dependency. Dependencies go: - `webpack 1.5.1` depends on `node-libs-browser ~0.4.0` -...

Addresses basic auth not working (issue #217)

Built this into v1.1.1. Wondering if you thought it was interesting enough to rebase on 2.0.0 and merge.

### Describe the bug Hi there, when including the [scope-extensions-js](https://github.com/TheDavidDelta/scope-extensions-js) package in my project, Stripe errors out with the following on startup: ``` /node_modules/scope-extensions-js/dist/index.js:2 return block(this); ^ TypeError: block is...

bug

### Describe the feature Please add types for notification events sent by SES. The structure of the events are documented [here](https://docs.aws.amazon.com/ses/latest/dg/event-publishing-retrieving-sns-contents.html), but I can't find any typescript types in the...

feature-request
p2

### Describe the bug When using the pnpm package manager (with `node-linker=hoisted`, a requirement for react-native/expo), classes like "shadow-md" do not apply a box shadow to the element. ### Reproduction...