Rodrigo Menezes

Results 9 issues of Rodrigo Menezes

Hi, I think it might make sense to remove `isPureConfig` since it's very unreliable. Specifically, it operates on this comparison: ``` `if (nextProps.neverReflow || (nextProps.isPureConfig && this.props.config === nextProps.config)) {...

help wanted

Hi, It may be worth supporting ECS Credentials, perhaps with an option called "use_ecs_credentials". If this flag is set to true, we can use the AWS SDK's [ECSCredentials class](http://docs.aws.amazon.com/sdkforruby/api/Aws/ECSCredentials.html) instead...

Fixes https://github.com/fastify/session/issues/126 This PR is ready for review after https://github.com/fastify/session/pull/149 is merged. It adds one commit. #### Checklist - [ ] run `npm run test` and `npm run benchmark` -...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

A typescript definition file would be nice :)

When using Django 1.5.5, I'm running into the issue where dumpdata is only outputting the filename of the CroppableImageField, without its coord_csv. It seems that the best way to solve...

Also, quick question - I have a form like this: `class UserEditForm(forms.Form): first_name = forms.CharField(max_length=200, label="First Name") last_name = forms.CharField(max_length=200, label="Last Name") picture = CroppableImageField(required=False, label="Picture")` And I'm trying to...

Steps to reproduce: 1) Go to the github page: http://sniperwolf.github.io/taggingJS/ 2) Remove the existing tags in the example 3) Every time you backspace in the now empty form, you see...