Sean Dawson

Results 30 comments of Sean Dawson

Yeah it looks like using [setImmediate in IE10+ has a bug](http://codeforhire.com/2013/09/21/setimmediate-and-messagechannel-broken-on-internet-explorer-10/) which affects performance. If IE is the only browser that supports setImmediate and it doesn't even handle it properly...

FWIW I was having the `OCSP validation failed: Error: Unsupported type: object at: (shallow)` error and it turned out to be the version of `asn1.js` that was getting resolved. I...

I have tested this on version 1.32.0 of the Serverless Framework and it fixed the issue for me 👍 Edit: I actually may have spoke too soon. The error has...

Sorry, I hate it when people say they'll update and then never come back :ghost: Looks like that was a while ago. I just searched through all my projects for...

Hi, I missed this. Would you be able to provide some more context around this PR? It seems related to https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/444 ? Happy to help get this merged in. Out...

Hi @[lsacco-nutreense](https://github.com/lsacco-nutreense), thanks for the report! I think this isn't working because the CloudFormation logical IDs are generated based on the `name` attribute, so your two `snsSqs` definitions are conflicting...

Hey @m9rc1n, just a thought, would it also work if we split up the policy if it was too large and attached multiple policies per role?

I have the same issue. (FF Dev Edition, Fedora 33 Gnome Silverblue) If you uncheck the checkbox "Check on every start" when you get the prompt it doesn't persist. However...

If anyone has the same problem, there are two dependencies that need to be overridden. You need pybluez off the master branch as mentioned above and beacontools 2.0.2 because the...

I just ran into this issue using vitest. This is due to lack of an ESM module in the published NPM package. It is fixed in https://github.com/aidenwallis/kysely-d1/pull/25 but hasn't been...