Jules Sam. Randolph
Jules Sam. Randolph
Minimal reproduction ([CodeSandbox](https://codesandbox.io/p/devbox/3crpl6)): ```js import { z } from "zod"; const schema1 = z.object({ foo: z.literal("foo"), }); const schema2 = z .object({ bar: z.literal("bar"), }) .strict() .and(schema1); const result =...
**Before submitting a bug** [x] I updated to the latest version available [x] I cleared the cache of my browser **Describe the bug** The background color `--ha-card-background` is applied twice:...
This project is in the process of being moved to https://github.com/native-html/core, see https://github.com/native-html/core/pull/9. The reason being that we're blocked by the lack of response from the original owner of this...