Gary Sassano
Gary Sassano
@favna No particular reason, other than not using yarn at all if not for building some open-source projects and all those projects are using classic version.
I see. Yet I don't understand what's the rationale behind this choice, and what's the recommended change when you want to have the h1 header and the page title to...
How can you disable it at the project level? I'm using Astro btw.
I'm also tracking this issue, as I've had to resort to workarounds due to its impact. It's surprising to see that such a significant problem still remains unresolved after more...
I tried everything I could think of: - Implicit dependency by specifying the `log_group` in the Lambda function's `logging_config`. - Explicit dependency by providing the `aws_cloudwatch_log_group` resource as a `depends_on`...
For me, even configuring the "IP Mappings" tab, the computers aren't able to communicate once I enable the VPN.
> Keep in mind this only works with split tunneling iirc. If your traffic is tunneled entirely, this feature won't work. I actually managed to make it work at some...
I've noticed this bug for the first time a couple months ago. Being something easily noticeable, I expected that it would get fixed quite fast without any need to report...
I'm also requesting this. I want to follow [YAML 1.2.2 specification](https://yaml.org/spec/1.2.2/), which recommends the following: - Whenever applicable use the unquoted style since it is the most readable. - Use...
I could confirm that my issue https://github.com/middyjs/middy/issues/1182 is related to this. After downgrading to `@middy/core 5.2.3`, TypeScript stopped throwing the error.