Andrei Liviu Georgescu

Results 3 issues of Andrei Liviu Georgescu

[This prevents potential security vulnerabilities.](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#security_and_privacy) This is unlikely to be an issue since the website being linked to is presumably controlled by the same person creating the RSS feed. However,...

All of the markdown and mdx files I format with this tool end up with no final newline. This is unexpected and interferes with how my other formatters such as...

Using zod's `.catch` results in `Arbitrary`, but the issue is resolved when `.catch` is removed. ```json "fast-check": "^3.23.2" "zod": "^3.25.76" "zod-fast-check": "^0.10.1" ``` ```ts const ThemeSchema = z.enum(["dark", "light"]).catch("dark"); const...