Jarrod Davis
Jarrod Davis
I'd like to add some notes about my experience using CDK with type checking (specifically [Pyright]/[Pylance] in Visual Studio Code): - class properties (such as `Runtime.PYTHON_3_8` from `aws_cdk.aws_lambda`) are not...
I'm having the same problem when I use `onCreateCommand` or `updateContentCommand`. Extensions seem to get installed fine, but the Extensions list is showing a bunch of seemingly-stuck extensions until I...
Any update on this? I'm still having this problem.
@sandy081 Looks like the current (`1.87.0-insider`/`e73419bef379f7956f024557cbf40bd3755a0645`) build of VSCode Insiders fixes the issue for me when using either the stable (`v0.338.1`) or pre-release (`v0.347.0`) build of the Dev Containers extension.
@sandy081 FYI the recently-released February 2024 Recovery 1 release (`1.87.1`/`1e790d77f81672c49be070e04474901747115651`) also seems to fix the issue for me.
@flotwig That doesn't work. When I filter `config.browsers` to only have the `chrome` entry, `cypress run` complains that the `electron` browser isn't available: ``` Can't run because you've entered an...
> This exposes both "chrome" and "electron" in the browsers list. @mikedidthis But I'm not trying to filter the list for `cypress open`, I'm trying to set the default browser...
I think a better solution would be to use the [existing media query support](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#media) that `` already has. Could `enhanced-img` support passing in additional sources with associated media queries? Something...
I'm having the same issue, but only on GitHub Codespaces. Everything works fine at first, but restarting or stopping then starting the debug session results in either an exit code...
Okay, I figured out the problem with Codespaces. It looks like something with how auto-forwarded ports does not play well with Readapt's TCP server. Turning off automatic port forwarding fixes...