Trivikram Kamat

Results 146 comments of Trivikram Kamat

Discussion on snowpack for reference https://github.com/snowpackjs/snowpack/discussions/2114

Default export for bowser was added in `2.0.0-alpha.1` in July 2018 https://github.com/lancedikson/bowser/pull/227 Typings for v2 were added in https://github.com/lancedikson/bowser/pull/277

> We're not planning to publish modular implementation of Document Client as of now The modular implementation was added in [`c29b57d` (#2031)](https://github.com/aws/aws-sdk-js-v3/pull/2031/commits/c29b57d86eed6241f40cd192f85aae338ed764d3) Having said that, this is still an experimental...

On a quick look at version numbers and GitHub projects, this is what I think the table is: | Signal | Status | Project | | ------- | ------ |...

The consensus is being achieved towards treating website as authoritative, and provide a link to website instead. https://github.com/open-telemetry/opentelemetry-java/pull/4612#issuecomment-1185118267 We'll request the status page to link to language instrumentation links instead...

> You can use commas to show multiple packages like this: > > [packagephobia.com/result?p=%40aws-sdk%2Fmd5-js%2C%40aws-sdk%2Ftypes%2C%40aws-sdk%2Fcredential-provider-node](https://packagephobia.com/result?p=%40aws-sdk%2Fmd5-js%2C%40aws-sdk%2Ftypes%2C%40aws-sdk%2Fcredential-provider-node) That's great! How about creating a results page which finds package names for the given string...

> Your use case doesn't seem so much like search though. > > It sounds more like you want to list all packages in a specific [scope](https://docs.npmjs.com/cli/v7/using-npm/scope), in this case...

Update: Node.js v10.10.0 was released an hour ago, and http2 module is no longer experimental https://nodejs.org/en/blog/release/v10.10.0/

Visiting this GitHub issue from [twitter thread](https://twitter.com/styfle/status/1526605695436587008). I'd asked on [Yarn Discord](https://discord.com/channels/226791405589233664/226791405589233664/936365371571703898) in Jan'22 if we should propose to make it stable in Node.js 18. There was no follow-up though....

We've built [aws-samples/aws-sdk-js-v3-workshop](https://github.com/aws-samples/aws-sdk-js-v3-workshop) as a modified version of demo code from serverless-stack, and are using React Hooks