Andrew Barba

Results 52 comments of Andrew Barba

Yeah this is what I'm focused on right now since I've only used in TypeScript and ESM projects. I'll report back with what I find

Yeah something is fishy passing in a buffer, can you try `new Notification(aTokenData.toString('hex'), { alert: 'apns yoyo2' })`

I doubt the array version is actually sending the token. The array variant will resolve to an array of results, and if you log those results I bet you see...

Did you trying calling toString(hex) on the buffer? You cannot pass in a buffer to the new Notification()

@jmschonfeld If helpful, here is full command I'm running to build: ``` /usr/local/bin/docker run \ --platform linux/arm64 \ --rm \ -v ./:/workspace \ -w /workspace \ swiftlang/swift:nightly-6.0-amazonlinux2 bash -cl swift...

Did apns2 ever work on bun?

Okay so I guess undici doesn't work on bun. I'll have to do some testing but not sure how much I can do

The `frameworkVersion` prop in config file did nothing for me. `npx serverless` was on 4.5.0 no matter what I tried.

Hey @ragul-steamA can you try installing `12.1.0-beta.2` and running this again? I added more details to the APNS error that I need to see. You didn't log `error.reason` which would...

@mcollina yes an interval option would be perfect. I'll take a look at implementing