Sébastien Alfaiate

Results 160 comments of Sébastien Alfaiate

> Also what about that GET|HEAD endpoints? Do you also expect to get HEAD part documented too? I want to say "yes", because if that endpoint exists, it may be...

Same request here. I have few clients on shared hosting providers with only FTP or SFTP access enabled.

Yes, I forgot the `orderColumn` but yes, it should be included too. I also try to use render, renderRaw when possible, but in some cases it can be more convenient...

I took a look on this be not sure how to implement it. If I understand properly, there is no relationship between the HTML Builder and the DataTable classes. The...

I was not considering the DataTable Buttons plugin because those features are not really related to buttons like the export feature. But this plugin is acting as a bridge between...

I think I found the reason of the issue. By sharing the same `FormRequest` in both endpoints, the open API json generated contains a ref to the same schema: `#/components/schemas/CustomerRequest`...

Hi @seb-jean, I will try take a look on it this week.

Hi @seb-jean, I will try take a look on it this week.

If this can help, a workaround for this is to use the `dep` and pass options to the command line: ```yaml - uses: deployphp/action@v1 with: dep: deploy host_name -o branch=main...

Also, FieldDto already has a `$uniqueId` property with an `Ulid`. But that property is internal. If we finally decide to use an `Ulid`, we may decide to change this so...