Richard Simpson
Richard Simpson
I'll look into Page Up/Down as well as a results per page toggle box.
+1 Specifically for a MSBuild Language Service. Would love to see a powerful MSBuild lang service that could also be shared with Code/VS for Mac/other LSP implementer. Sure the guys...
This would be mostly be covering 1 to X scaling, right? As for 0 to 1, you'd need some sort of activator ala osiris?
If and when you get an answer to this, I'd be curious @ferventcoder. Looking into this myself now, especially since Gui escelates by default (something I'd like to fix eventually)
I was just thinking about this myself! The description of this issue alludes to it, but I think an important place to start (and good limited scope) would be asking...
Yup. To clarify, my intent was to not share anything between providers because of that exact issue. It's more work and possibly more redundancy, but I believe it would only...
> This is why the only work we're committing to in the near-term is more work on the [AWS adapter](https://developer.hashicorp.com/terraform/cdktf/create-and-deploy/aws-adapter); Ironically one of the things missing from that called out...
An L2 would be great, and L3s for the various core addons would be fantastic.
Yup. They added support for ranges and then immediately took it out 🥲. NPM is a funny one too since I think it's a chicken & egg kind of thing...
For anyone else who stumbles up this, a very easy workaround is (for pnpm, substitute yarn for yarn): ```ts const pnpmVersion = "7.29.0"; project.addFields({ packageManager: `pnpm@${pnpmVersion}`, engines: { pnpm: `^${pnpmVersion}`,...