will Farrell

Results 170 comments of will Farrell
trafficstars

It just landed in Node 20.17 https://nodejs.org/en/blog/release/v20.17.0

Thanks for testing. Based on the node release notes this should have allowed middy to be imported using require based on how it's currently configured. I ran a quick test...

Thanks for the additional testing. I know Jest has been working on ESM support, curious how close they are. > however, this is only relevant to provisioned concurrency In my...

Closing, 6.0.0-alpha.0 is now released. https://github.com/middyjs/middy/blob/release/6.0.0/website/docs/upgrade/5-6.md#notable-changes

Running the following `node --experimental-require-module index.cjs` where `index.cjs` is ```javascript const { default: middy } = require('@middy/core') const baseHandler = async (event, context, { signal }) => { console.log('success') }...

A PR is welcome for this.

I opened a PR, but need some help from someone that has used this lambda extension. #1270

Yes, this is a starting point, but wanted to make sure it was shared early. Sorry, should have converted to a draft. Agreed, I used the `timeAxisStamps` provided by a...

PR is updated to support multi-line date/times and localized legend date-time. Notable differences (en-us) at lower zoom levels: - 2-digit vs 4-digit year - `,` added between date and year...

@MahouShoujoMivutilde reported as malware. Not sure how long it will take GH to remove. @dreamorosi Thanks for reporting. > Based on tests, it seems that other falsy values like null...