Nicolas Grekas

Results 779 comments of Nicolas Grekas

Where does the version you'd give to the method come from? Manual config?

Sure, but that doesn't answer my question :) On which side would you run this new API? From the webserver? From the CLI? If from the CLI, then why can't...

OK thanks. This still looks niche to me sorry. Too niche for being supported directly in Symfony. Better use ExecutableFinder on your side I'd say here.

The fix might be something like this, but if I apply it the test fails with a schema error. Can you have a look? ```diff --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@...

Friendly ping @mpdude

Not sure about locking as a first step, maybe just some pointer would be enough: while writing, we use some random key name, and once the cache is populated, we...

@Lctrs WDYT of our comments? Difficult topic :)

Can you please maybe expand in the PR description? Think about a blog post we could derive from it :)

What we could put in the doc about it yes (thus not internal details of course)

Linked list works for me too. I'd just not use offsets as it's always possible for two concurrent requests to yield different chunks.