Results 51 comments of Felipe

Here's a close to minimal repro: ```py from _cbor2 import loads as cloads, dumps as cdumps from cbor2.decoder import loads as pyloads from cbor2.encoder import dumps as pydumps class MVD(dict):...

Thanks. Yes -- I worked around it already with the `QueryDict.dict` method. (Arguably what I should have done to begin with) I just filed this issue since I thought it...

Can you post some sample code where you run into this problem? Is it on JSX code or on JS code? cc: @wyuenho

PRs welcome :) I think it's an easy fix on the parsing side, we just need some tests here. On the indentation side, I'd have to check, but I think...

What versions of each package are you using? What version of emacs?

Have you looked at #83? Is this independent of that?

Is multi-line text part of the JSX spec?

It would be updating `rjsx-parse-single-attr` to use a custom string parser for attribute values instead of relying on `(js2-match-token js2-STRING)` as it currently does.

What version of `rjsx` are you using? I can reproduce the first problem (working on a fix), but not the second one

Is this issue still happening with the latest version of `rjsx`? Based on the syntax highlighting it looks like the parse is choking on your file, but when I manually...