Anders Kaseorg
Anders Kaseorg
Although this incorrectly allows some misuses of `alias` that only work at runtime with `annotate`, that is better than incorrectly forbidding all uses of `alias`. - Fixes #2302.
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
- Fixes #1427. https://nvd.nist.gov/vuln/detail/CVE-2024-45435 https://gist.github.com/tariqhawis/c67177164d3b7975210caddb25b60d62
Like #1394 but for the website.
### Actual Behavior If I write an OpenAPI document that specifies a parameter `foo` that’s `deprecated: true`, and use it to validate a request that *does not include that parameter*,...
Previously, when time is mocked, no `DeprecationWarning` would be reported at all, and when time is not mocked, the original `datetime.utcnow` would misattribute its reported `DeprecationWarning` to the code of...
Currently on ```css .widget { transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95); transition-property: transform, opacity, visibility; } ``` this rule complains on the `transition` line: ``` 2:15 ✖ Unexpected use of...
https://html.spec.whatwg.org/multipage/parsing.html#character-reference-code - Fixes #310.
Lightning CSS fails to parse this invalid CSS by default: https://lightningcss.dev/docs.html#error-recovery