Yassine Beloued

Results 21 comments of Yassine Beloued

>I want the Query class to have the QueryBuilder methods. Either Query can have an internal reference to QueryBuilder, but I rather introduce an interface QueryBuilder, with a trait called...

I didn't mention Eloquent through this issue, and yes it uses the builder approach along with doctrine. Also, I bare in mind that the Tempest model doesn't look like an...

@brendt I figure it out, could I send a PR or you will fix it? this #381 was blocking the server-side request `ServerRequestInterface`. this is what I did : ```php...

Yes, we need a named keys, any idea how we can resolve that? when I tried to map the request to a model object with `ArrayToObjectMapper` because we couldn't find...

We need to add the `uploadedFiles` as well, now `getFiles` returns an array with named keys. ```php final readonly class RequestToPsrRequestMapper implements Mapper { ... public function map(mixed $from, mixed...

I'm pretty sure that the mapping is properly working, I'm waiting for your response Brendt in order to know which value we should save the `path` or the `name`, that's...

@brendt, the mapping between `PsrRequest` and `Request` works properly. I believe the mapping between `Request` and `Model` is also correct, but I encountered an error when trying to save the...

I feel like my contributions are unacknowledged. I joined GitHub in 2022 with the main goal of contributing to FOSS, not to gain recognition or push leadership. Kindly, Yassine

@innocenzi Thank you for you reply, I understand that @brendt doesn't work full-time on Tempest. My intention was not to rush or an immediate action but to express that Ive...

@brendt, if you want to, I can do it and, I told you that the related command doesn't work if you don't add up the port in the configuration file....