Tac Tacelosky

Results 545 comments of Tac Tacelosky

Argument resolver would rock! In the meantime, for the command generator I've been working on we're looking at how to inject the property entity repository and do the lookup. I...

Because all of the calls are quite verbose and come from the client object. It would be clearer for me to know which API endpoint I'm calling. I don't think...

well, yes, for an expert it's clear. For a newcomer to the library, it's less clear. A HUGE thing that would help is if a Task object were returned instead...

Probably. I see that 'mixed' is PHP 8 only. PHP 7.4 reached EOL in 2022. What about simply bumping a new release and taking advantage of all the PHP 8...

@samwilson can you take a look at these issues? I can probably fix them, but perhaps they can be slightly refactored to return null instead of false. Also, is oAuth1...

Yeah, I think the problem is that it's not running on https, and needs to be. And I'm not sure how to start the docker instance with https. On Thu,...

Is it possible to put the class name in the deprecation warning? I can't see to find the offending code.

any downside to merging this?

yes, but that's not related to Symfony 7, is it?

Personally, I'd prefer to see all unsupported versions of Symfony dropped. So ^5.4, ^6.4, ^7 If it's a new release, I'd even say just ^6.4 || ^7, since 5.4 is...