Lucas Constantino Silva

Results 58 comments of Lucas Constantino Silva

Hummm... ok... bom, eu pretendia fazer um pull-request de uns bugzinhos que vi na interface, mas então deixa pra lá.

Good question. Behind the scenes this `withReducer` HoC dispatches `addReducer` and `removeReducer` actions upon `componentDifMount` and `componentWillUnmount` respectively. When adding a resolver function, the `transientEnhancer` [compares existing reducers with an...

When using Jest, you always have to fix a bunch of stuff Webpack takes care of; aliases, loaders, etc. It's very easy to [use identity-obj-proxy directly as a mock](http://facebook.github.io/jest/docs/tutorial-react-native.html#modulenamemapper) for...

Hey, that's really cool! You guys are improving :) For sure this will fit most of my use cases. Anyway, I think there are still parts of Webpack that simply...

I think there is value in validating if the provided cache object implements the necessary interface. I won't put much efforts on this project for a while, though, because I've...

Great! I think we should get each of these ideas/priorities and make an issue to discuss them separately, all tagged with a common tag (_Think for Restangular 2.0_?). On my...

Nice one, @fzaninotto. This could even lead to a separated project which would be a dependency for Restangular.

Once you approve the other pull-request, it is probable that the changes present in this pull-request will reduce to the actual difference - not sure though.

About the usage of Grunt, the ommunity is moving fast to the usage of [Gulp](http://gulpjs.com). Particularly I've never had the chance to use Gulp, but I think we should give...

http://ericdouglas.github.io/2015/01/25/criando-formularios-com-angularjs/