Pol Dellaiera

Results 439 comments of Pol Dellaiera

Hi, what's the status of this?

Hi, I don't see anything wrong in there. Keep in mind that `array` is equivalent to `list` which is also equivalent to `TKey[]` so... for me this is good.

Ooh ! Nice catch, thanks for the clarification, I didn't know :-)

Hi, Just adding my 2 cents here to an old topic. I don't see the point of doing this, as long as the PDO Driver doesn't return an iterator. When...

I was not aware of `PDOSTatement::fetch()` but I think the post make sense if we use it. I think the default in Doctrine is `PDOSTatement::fetchAll()` right, do you confirm ?

Then ok, fair enough. I'll investigate a bit this thing. The idea of having an iterator makes a lot of sense to me !

Sorry to dig up old topics but this is precisely the reason why I wrote a new package last week. Find it here: https://github.com/loophp/repository-monadic-helper It fixes the issue you're describing,...

I know all of this, but I wasn't complaining for my specific use case, there might be some other people having the same issue. In order to foster a greater...

I think we could just solve this by providing a `musl` version, don't you think? Or we could "adapt" their [Github action file](https://github.com/sharkdp/fd/blob/master/.github/workflows/CICD.yml) to our needs?

Hi, I like this idea! Could be useful I think. Todo for later: Check if running `dura serve` twice doesn't make issues.