Michael Gwynne

Results 15 comments of Michael Gwynne

Hmmm. I see your point. They come from the PHP base DateTimeImmutable don't they? Is there any way we could tidy this up? Or not?

I think users should be able to do what they like.

I have just tested version 1.2.8 and dev-master and the rollover still happens.

No. #172 does not fix the problem. My request remains open/valid/unfixed.

@josebolos Thanks. I assume there's something on the page which is causing a problem for Puppeteer, but I don't know what as it fails to un-gracefully. Would it be worth...

Here we go.... ``` import mysql from 'serverless-mysql'; import {raw} from "mysql"; const db = mysql({....}); const inserts1 = [['Foo'], ['Bar']]; const inserts2 = [[42, raw(`(SELECT id FROM names WHERE...

@danyalaytekin seems to work for me with version 7 👍

@n-eit I have been battling this the last few days. I found that on a successful response I could access `response.headers['x-contentful-ratelimit-reset']`, but in the case of a 429, that is...

I have split my updates in to minor and patch. My weekly update still times out after 45 minutes. I have a monorepo with 6 package.json files.

Maybe create a PR?