Sylvain Brunerie
Sylvain Brunerie
> I figured out how to handle nested attributes > > ```diff > /** > * @OA\Get( > * path="/departments", > * summary="summary", > * tags={"sit"}, > - * @OA\Response(...
@williamdes I know the migration works ok. But I wanted to delay the migration and just incrementally commit and deploy compatible changes to prepare for the migration in a simple...
I’ll add that what we see in the initial render is just native HTML behaviour. See [the spec](https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element): > The selectedness setting algorithm, given a select element element, is to...
I should also mention that I was in the process of converting my function from `Result.try` to `?`, so below is the last working version before I attempt to migrate...
Hi, just wanted to mention that this feature should be implemented in a way that the rich text editor for composing HTML emails should be directly reusable for creating HTML...