Clément DOUIN

Results 407 comments of Clément DOUIN

+1 here. I noticed that `typescript-mode` and `js-jsx-mode` do it correctly, so the logic already exists, it just needs to be added to `web-mode`. If I have some time I...

I've just tested your plugin and I really like, except for TSX, it does not format at all (everything stays on the same line). In fact, I tested many plugin...

It's working way better now, indeed ! I'm using it for a while and it seems good, except in few case: - When you have a component prop that is...

@HerringtonDarkholme for the 2 others, the problem is the indent, see the starting and closing tags are not aligned anymore. And everything after is bad indented (it looks like you...

I tried on 2 Android phones and I get no suggestion coming from SMS unfortunately :disappointed: so I still cannot reproduce this bug

Sorry for the delay! I added this test: ```rust #[test] fn parse_bad_mailbox() { let lines = b"* FLAGS (\\Answered \\Flagged \\Draft \\Deleted \\Seen $Forwarded $MailFlagBit0 $NotJunk $NotPhishing $Phishing $has_cal LoadRemoteImages...

After narrowing the string, it looks like the issue comes from the brackets `OIB-Seen-[Gmail]` :thinking:

According to the [RFC](https://datatracker.ietf.org/doc/rfc9051/): ``` flag = "\Answered" / "\Flagged" / "\Deleted" / "\Seen" / "\Draft" / flag-keyword / flag-extension ; Does not include "\Recent" ``` A `flag-keyword` is: ```...

Closing due to inactivity, feel free to reopen whenever you have a working prototype :slightly_smiling_face:

Does https://github.com/nix-community/home-manager/pull/3332 fix this issue? If not, then could you explain a bit more (I am not sure to fully understand what you meant @ambroisie).