Michael McDermott
Michael McDermott
I could probably support the syntax highlighting with a comment, similar to `/* CSS */` for some inline css. I'd love a PR as well :)
In order to support this setting, I need vscode to support adding and removing grammars at runtime: https://github.com/Microsoft/vscode/issues/61962
@esocode please look at https://github.com/michaelgmcd/vscode-language-babel/issues/34#issuecomment-416606321. Other highlighting plugins have explicit checks for "template" and highlight them as mustache. I would be interesting in adding custom highlighting like this in a...
Hmm. This doesn't seem to be an issue on my machine. What theme are you using? 
Sorry for the delay. Can you try the "Palenight Italic" theme I'm using in the screenshot above?
Make sure you have one version of react-native installed. `npm ls react-native` should help.
I'm pretty sure these versions are restricted to ones that work with the Aurora Data API. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.html
Very busy at the moment, but hopefully I can take a look this week. Would love a PR!
Ran into this as well. For now, I've pulled out the migrator: ```typescript import path from 'node:path'; import { sql } from 'drizzle-orm'; import { readMigrationFiles } from 'drizzle-orm/migrator'; import...
Downgrading to 0.22.0 works