Fabio

Results 3 issues of Fabio

Hi Mike Do you see a way to make the sources object strictly typed? I've noticed that there are no compiler errors when a non-existing state change function is declared....

Hi I started migrating some components to signal based `input` and `model` functions. Unfortunately, that causes typing issues. RenderComponentOptions declares `componentInputs?: Partial | { [alias: string]: unknown };`, which resolves...

BeanValidation's @NotNull annotation integrates seamlessly into openapi schema generation - I much appreciated feature. Unfortunately, there is an inconsistency regarding @NotNull and method parameters. The following endpoint doesn't mark the...

enhancement