Jari Aarniala
Jari Aarniala
@dangdennis i hacked together a quick spike that works against Planetscale and local mysql with a custom CA. I can share my fork here in a bit!
[Here's my branch](https://github.com/denodrivers/mysql/compare/master...codeflows:tls?expand=1) with the basic mechanics for getting TLS working. Examples: ```typescript const client = await new Client().connect({ hostname: "xyz.psdb.cloud", tls: { enabled: true, } }); // Custom CA...
So the current status is that vscode-swift uses SourceKitten, but node-sourcekit will be a replacement at some point? Or is it used in some branch already? Inline errors would be...
Thanks for the comments @aaroncrespo & @RLovelett ! Trying to wrap my head around all of this. And yeah, luckily SourceKit has been more stable recently :) I just had...