Michael McDermott

Results 46 comments of Michael McDermott

Hey everyone, what's the status on this? My team is trying to migrate from an existing in-house solution to react-native-keychain and this is a blocker. As @crees1 mentioned, only allowing...

Seeing this as well when trying to use AWS Fargate connecting to RDS. Not sure how to proceed.

It looks like strings in JSX attributes are treated the same as normal strings in JS. Not sure when I'll be able to get to this, but I can look...

I'm open to the idea. A little worried about the added support required for a separate VSCode language, but I think it makes sense.

Let me see if I can track down what's going on in the normal VSCode JS syntax.

What color theme are you using? The vscode-styled-jsx plugin works for me with a few themes (Atom One Light as an example).

Very weird issue. I'll try to take a look when I can but if I'm being honest, there are a few higher priority bugs at the moment.

Looked briefly into this and it appears that the draftail editor supports horizontal rules: Some relevant pieces of code: - https://github.com/springload/draftail/blob/8c1625af2368f4dd8c2a582f12da063047fa2ec4/lib/api/DraftUtils.js#L114-L124 . - https://github.com/springload/draftail/blob/8c1625af2368f4dd8c2a582f12da063047fa2ec4/lib/components/DraftailEditor.js#L417-L424

The atom package looks for `template` key in objects and highlights them as mustache templates. Based on https://github.com/michaelgmcd/vscode-language-babel/issues/23, it didn't seem like this had much usage so I removed it,...