Atul Varma

Results 102 comments of Atul Varma

Ooo, contributing to the project by scanning variable text and marking them up somehow might be a good first bug for me. Let me know if you think that'd be...

I wonder if it would help reduce confusion to capitalize Transformers? When I first read the sentence, I thought it might be referring to [stream transformers](https://nodejs.org/api/stream.html#duplex-and-transform-streams) and was confused. In...

For anyone reading this thread who is considering migrating to Babel's built-in TypeScript support, aside from the points mentioned in the [aforementioned blog post]( https://kulshekhar.github.io/ts-jest/user/babel7-or-t), there's also a major bug...

Hello, I'm interested in also becoming a co-maintainer if you're still looking, although I don't know the codebase very well so I'm not sure how suitable I'd be for it....

This is awesome @kylehalleman, thanks for contributing it! My only concern is with server-side rendering. While I know that this component probably isn't made for SSR, it'd be nice if...

Good ideas! Because `componentDidMount()` only ever runs after the component has been added to the DOM, I often use it as a place to put any initialization logic that requires...

Just so you know, [HTTPS breaks the weather example](https://github.com/processing/p5.js/issues/1446). :disappointed: A current workaround is to access that example over HTTP, but forcing the redirect would make that untenable. (That particular...

Ah I ran into this as well! I think it's actually reported in one of this library's dependencies at https://github.com/davidtheclark/focus-trap-react/issues/24. About a year ago, I documented my findings in a...

Cool, thanks Tristan!

I found this error very confusingly worded, and it took me some time to actually find this page (there are no other mentions of it on the internet). Using the...