Stephen Collins

Results 9 issues of Stephen Collins

**Describe the bug** useFetch `post` call inserts quotes when passed a string. **⚠️ Make a Codesandbox ⚠️** [Please click this to easily reproduce the bug.](https://codesandbox.io/s/strange-wave-onbnw?file=/src/App.js) **To Reproduce** Steps to reproduce...

**Describe the bug** I can't use this module after upgrading to React 18 (RN 0.69.x) because it specifies a dependency on `react@"^16.8.6 || ^17.0.0"` **To Reproduce** 1. Create a new...

bug

I'm not sure if anyone else has had this problem, but for as long as I've been using grunt-ts, it has been hanging for several minutes every time I run...

There's a lot of inherent problems in using [MSSQL's Graph Tables](https://docs.microsoft.com/en-us/sql/relational-databases/graphs/sql-graph-architecture?view=sql-server-ver15) with sequelize. I see some possible easy work-arounds, and some not-so-simple work-arounds that may require updates to `tedious`. Has...

Returning this will allow consuming libraries to provide accurate timezone information. Addresses #1107.

I noticed that when you call `.next(1)` on a schedule, it returns only a single `Date` object, but when you call it with a value greater than one, it returns...

With jCenter being sunset and currently having issues, I currently can't build my application due to some references in the project's gradle config. ``` FAILURE: Build failed with an exception....

### Issue When running `stripe trigger checkout.session.completed` targeting a .NET project using Stripe.net v43.11.0, I get the error: >Stripe.StripeException: 'Received event with API version 2022-11-15, but Stripe.net 43.11.0 expects API...

bug

I have an application with the following bunyan configuration: ``` js bunyan.createLogger({ name: "my-application", streams: [{ level: "error", type: "rotating-file", path: path.join(dir, "/daily.log"), period: "1d", count: 7 }] }); ```...