Chris Fowles

Results 7 comments of Chris Fowles

you can configure wsl2 to not add windows paths: set `/etc/wsl.conf` to ``` [interop] enabled=true appendWindowsPath=false ```

@fgbaezp - you can manually control your path in your profile within wsl. for example I add `:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files/Microsoft VS Code/bin` to my path to launch vs code and things...

This is really a frustrating limitation when using terraform and atlantis from within an AWS VPC.

There's actually an issue here on managing deletion of peered clusters - pulumi has the same challenge; in that you need to start the deletion of both clusters before either...

The key changes are: * `sst.aws.Dsql` Refactored: The component is now simplified to manage only single-region clusters. All complex multi-region logic has been removed. * New `sst.aws.DsqlPeering` Component: A new...

Thanks for reviewing folks. Happy to take pointers if it needs to go in a different direction.

Thanks - will likely get some time to circle back to this on the weekend or early next week.