⛵
⛵
There is another reason why I think the `pipe` scheme is more appropriate: `integer`, `cuid2`, `uuid` are declared in pipe, and in TypeScript/JavaScript they are validations, but in GraphQL, PostgreSQL...
You might be looking for [picklist](https://valibot.dev/playground/?code=JYWwDg9gTgLgBAKjgQwM5wG5wGZQiOAcg2QBtgAjCGQgbgCh6BjCAO1XgCUJSBTOALyYAdGGBMA1uQ4AKANqFUATw68QhADREArql5RNRNKmAdkrGgF0AlIxhKw-AJLc+gkQHltMMN4A89o4Q2HCuvAB8QA): ```ts picklist(['system', 'user', 'assistant']) ```
This feature seems to be very frequent and I'd be happy to add it. This may involve more changes and I'll take the time to work on it. this may...
Do you think we should provide a scoped property in the Provider or specify specific behavior when hiding the pane? ```tsx // Provide a scope property const App: Rect.FC =...
For a specific pane, does it sometimes need to be removed and sometimes hidden? What do you think of the following way: ```tsx const App: Rect.FC = () => {...
Thank you very much for your feedback. I do understand your need: we should be able to limit the size of the panes to avoid unattractive layouts that exceed expectations....
I think I understand your needs better: It looks like you need a `minWidth` property. Whether it's `minWidth` or `maxWidth`, there are many ways for users to bypass the `stretchBar`....
@B4nan I reimplemented the `~validate` method, which will try to get the EntityManager from the context at runtime, create the entity using the EntityFactory, and validate the created entity using...
> this is unfortunately not much better > > lets first properly define what you want to do, since i still don't understand fully what this new method should be...
Please forgive me for not being clear in my explanation. A [**data transfer object**](https://learn.microsoft.com/en-us/aspnet/web-api/overview/data/using-web-api-with-entity-framework/part-5) (DTO) is an object that defines how the data will be sent over the network. The...