Giancarlo Calderón Cárdenas
Giancarlo Calderón Cárdenas
Thanks for the response`, @MorevM . I'll try to rephrase it: There is `rule-empty-line-before` rule, which helps check first line on a nested block. However, there is no similar rule...
I didn't thought that far, but yes (depending on configuration). Basically, to have the equivalent of `rule-empty-line-before`, for closing bracket. In your example, I `"rule-empty-line-before": ["always"]` is assumed, right? Ideally,...
Hello, team > 2. Lack of Implicit Context Propagation: > - A recurring concern is the absence of automatic context propagation (e.g., security, tracing, MDC) across event bus boundaries. >...
Good point. However, I did further testing and this are my findings: ```js { ... browsers: [ playwrightLauncher({ product: 'chromium' }), playwrightLauncher({ product: 'firefox' }), playwrightLauncher({ product: 'webkit' }) ],...
I manged to implement all changes. It works fine in regular and flatten mode. However, there seems to be a Mocha specific behavior where all definitions are always wrapped in...
PR with fixes: https://github.com/modernweb-dev/web/pull/2860
This could be an initial approach: https://github.com/abdonrd/github-labels https://github.com/abdonrd/github-labels/labels  I'd also add a`status: needs triage` to the list PS: using emojis could also ease readability. (e.g. :bug: bug) 