Results 22 issues of Felipe

Serializing a [`QueryDict`](https://docs.djangoproject.com/en/2.2/ref/request-response/#django.http.QueryDict) from Django gives different results when using the optimized and pure python versions of the libary. Here's a small test case that shows the different values produced....

Thanks to AWS support I learned that `SecurityHeadersConfig` is required in `AWS::CloudFront::ResponseHeadersPolicy`. [The docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-responseheaderspolicyconfig.html) currently say otherwise, so it would be great to update accordingly. Additionally, I learned through trial...

_Disclsocure: This is a plug for my own mode_ Would it be possible to add JSX as its own language in the selection pane, including [`rjsx-mode`](https://github.com/felipeochoa/rjsx-mode) as the package to...

There have been a several requests for this before (#70, #69, #63), and I've closed them because I felt them to be out of scope for `rjsx`. However, given this...

feature request
help wanted
discussion

But for some reason reports success

When a child JSX tag is missing a closing tag, the current code uses its parent tag as a mismatched tag, so its parent ends up missing a tag and...

feature request

Also per the spec on the repo, apparently props can be assigned literal JSX elements directly > JSXAttributeInitializer :
 > > - `=` JSXAttributeValue > > JSXAttributeValue :
 > >...

bug

It would be nice to have a structure-aware command to wrap the region with a new JSX element, similar to `web-mode-element-wrap`, but preserving a valid JSX file.

feature request
easy

Especially with React 16, it would be nice to have a single command to unwrap the children of a tag and splice them into the surroundings: ```jsx let c =...

Coveralls + undercover

feature request