laaksonel

Results 3 issues of laaksonel

Compilation fails due to unlabeled argument `p` ``` rescript: [6/6] client/client.cmj FAILED: client/client.cmj Warning number 6 (configured as error) .../dream/example/w-fullstack-rescript/client/client.res:14:11-29 12 │ let p = document->Document.createElement("p") 13 │ p->Element.setInnerText(text) 14...

I see there's support for bean validation annotations in document constraints but not in schema generation. It would be nice if schema generation would take for example @Size annotation into...

enhancement
seeking sponsor
help wanted
good first issue

When compiling the following code with OCaml 5 and ocaml-migrate-parsetree 2.4.0 ``` open Migrate_parsetree let copy_structure str = str |> Migrate_406_407.copy_structure |> Migrate_407_408.copy_structure |> Migrate_408_409.copy_structure |> Migrate_409_410.copy_structure |> Migrate_410_411.copy_structure |>...