Jithin KS

Results 52 comments of Jithin KS

Hey @catarak I'm interested in taking up this issue and discuss more about the design aspects of implementing it. Can you provide me some ideas on how should I start...

With these PRs, we can close #235, #242 - cross-env #241 - bootstrap #265 - web3 #361 - nodejs #315 - react-markdown

I learned from the NextJS community that next is not transpiling any node_modules. Looks like I've to do it for this single module. If it is the case, which plugin...

I posted an issue in next js repo. They told me to use this package https://github.com/martpie/next-transpile-modules. I tried it. However it did not work in this case. Also take a...

I also tried both, no luck yet. Not yet. If you found a solution please do post it here.

@pratikpatel14 I downgraded react-sortable-tree to 2.6.2 and it worked

I think specifying gas price like this is helping `await ethernaut.owner({ gasPrice:0 })`

I think this would also help https://guide.meteor.com/code-style.html

Is it required that we follow all the linting rules associated with airbnb standard as it is? Or should we reconfigure it suitably for our need? Because I tried fixing...

I use Visual studio code with ESLint plugin