Tac Tacelosky

Results 545 comments of Tac Tacelosky

Actually, my PR isn't sufficient. The problem is that the return value when passing 'fields' to list.json is an array of those fields. ```php public function createPackageResults(array $package): Package {...

Can you point me in the right direction? For the project I was working on, I simply filtered them after retrieving.

That's what I did in https://github.com/KnpLabs/packagist-api/pull/102, but it wasn't enough.

With Symfony 7 coming up, I thought I'd revive this issue, in particular what best practices we could use for a new version. Dropping httpplug seems like a step in...

Are there build instructions somewhere?

Yes, I think that'd be great. Also, how about moving to github actions and dropping travis?

From this library (console-extra), I don't have any specific things I'm looking for, though the V2 list #29 looks good. From the bundle, I'm just thinking of something that acts...

Of course, I'd want to use the model factories from zenstruck/foundry.

> What about a contrib-recipe that wires the maker service? I'm not sure how that would work. contrib-recipe is one of the few parts of the Symfony ecosystem that I...

I took a stab at this in my own maker-bundle. Feedback welcome. ```bash symfony new --webapp make-invokable-command-demo && cd make-invokable-command-demo composer req survos/maker-bundle --dev bin/console survos:make:command app:test "Just a silly...