Nicolas Grekas

Results 634 comments of Nicolas Grekas

We should use DateTimeImmutable when possible, and consider BC/FC otherwise to use DateTimeInterface or not. This might mean in practice: use `DateTimeInterface` on arguments and `DateTimeImmutable` on return types. Ideally,...

It would also make sense to have the persistence layer be based on our cache component I think. For the server side it doesn't make much sense, but the client...

#36779 to the rescue. Help wanted to implement a client-side caching client.

Good idea. Up to end a PR to add them?

@boenner I just force-pushed on your fork to fix all comments from @mtarld but one. Can you please have a look?

Can you please update the PR's description if it's not in sync?

@KonstantinCodes still up to finish this? It looks like we're almost there. See remaining comments.

What about allowing compression/decompression with any transports? I guess we could add a middleware to do so? Right now, I see nothing really specific to AMQP. About the implementation, I'd...