Evan Rosenfeld
Evan Rosenfeld
When masking, the color values of all children are not being properly applied bitwise. To illustrate, here is a simple example. There is a red rectangle at the base of...
Can anyone write up a short tutorial? I'm bogged down by stuff that's probably very simple, like redefinitions of UIScreen being detected.
This PR adds comments to `globals.css` to show the origin of the HSL values. Suggested by @its-monotype and @shadcn in response to #185.
This PR adds the `asChild` parameter to `Button`, which renders the child component with the `Button`'s behavior and styles, reducing DOM nodes. Example: ``` Login ``` This pattern is very...
Currently annotations are only supported on primitives and objects. They are not supported on backlinks (which as far as I can tell are a special case of computed properties) ```esdl...
**Problem** Suppose you want to toggle query performance logging, `toEdgeQL()` debug logging, or a security `assert` before every query is run. There is currently no pattern to do so in...
@effect/platform allows middleware at the request, router and server level. It would be really neat to do the same here with ApiGroups or RouterBuilder.handle for an individual route
I realize the validation errors are coming from `Schema`, but is there any way to further customize or improve upon this? ```typescript const LoginBody = S.Struct({ name: S.String, password: S.String.pipe(S.minLength(5,...