Phillip Barbiero
Results
2
issues of
Phillip Barbiero
Wrapping a struct using `defaulted` with `assign` causes coercion to no longer work. Easy enough test: ``` const struct = defaulted( object({ id: string(), enabled: boolean(), }), { enabled: false,...
bug
♥ help please
Hi, I am in a situation where the css library I am using exports root variables, as well as declarations using `color(var(--x) a(--y))`. I need to provide the consuming application...