Ryan Block
Results
62
issues of
Ryan Block
Did some investigating into Deno + JSR support. The Node.js compatibility is pretty excellent right now, although testing the module required some workarounds. (We now have a related [open issue...
enhancement
AWS SDK v2 / 3 have the concept of [waiters](https://aws.amazon.com/blogs/developer/waiters-in-modular-aws-sdk-for-javascript/), which are custom implementations that poll an endpoint looking for a specific change. Examples ([from their blog](https://aws.amazon.com/blogs/developer/waiters-in-modular-aws-sdk-for-javascript/), edited for brevity):...