David DeRemer

Results 3 issues of David DeRemer

### Which sample has a bug? [Create Stripe customers and charge them on Firestore write](https://github.com/firebase/functions-samples/tree/main/stripe) ### How to reproduce the issue 1. Deploy code with node runtime later than node...

type: bug

On `"typescript": "^3.0.3"`, when importing the library as `import eventbrite from 'eventbrite';`, then running `tsc`, an error is thrown: ``` node_modules/eventbrite/lib/types.d.ts:6:42 - error TS2304: Cannot find name 'RequestInit'. 6 request:...

Some APIs that use this module allow the developer to pass the same querystring parameter multiple times. For instance, see SimpleGeo and categories... https://simplegeo.com/docs/api-endpoints/simplegeo-places The oauth implementation turns querystring parameters...