Phap Dinh

Results 10 issues of Phap Dinh

when running `npm run style`, it throws C:\Users\centr\OneDrive\Documents\Code\lodash\.eslintrc.js 125:2 error Extra semicolon semi ✖ 1 problem (1 error, 0 warnings) 1 error and 0 warnings potentially fixable with the `--fix`...

Hi @artald, I saw some typos in the README that I wanted to help fix

React has changed their lifecycle methods to this https://reactjs.org/docs/react-component.html. There is a warning being thrown when you are using old lifecycle methods

I am using Automapper 1.9.0 with react-native 0.61.1 and when I try to map response data from the API in nondebug mode of React Native, it is not mapping the...

Hi @sorccu, this is a separate PR just for converting the Gruntfile from coffeescript to javascript

Hi @sorccu , I saw that your grunt exec:mocha was failing so I thought I would help by fixing it. This just moves the mocha call to the package.json

Hi @sorccu I have tried a different method whereby I have converted the coffeescript files to javascript using grunt. I have removed the coffeescript dependencies from the project and have...

Hi @sorccu I started on the conversion of the coffeescript files into javascript. I don't know if every conversion is valid, but I am open to helping out as much...

when you don't return this, it breaks dot chaining, but if you return this inside fastdom, it causes a timing issue. returning this in case someone want to dot chain...

The function write that returns a closure for the write jquery functions does not return the this. This breaks dot chaining for jquery. You must return this in order to...