SvenRtbg

Results 80 comments of SvenRtbg

Ping! Would be nice if I could get some response.

Ping @everzet I'd appreciate any form of response. Is the issue #322 unclear? Is the fix inappropriate or too vague?

I can confirm that sometimes (haven't investigated further, but your comment finding would explain it) the hashes change. For that reason I opted for not deleting ZIP files that were...

Can this be a case where `"type": "vcs"` is a more appropriate choice because it selects automatic detection?

You cannot simply change the `composer.json` without changing the `composer.lock` file. If you do, it would invalidate the lock file checksum at least.

It can be done entirely inside the template code. Inside foreach split the vendor. Compare with the previous loops vendor (empty string during the first loop). If it's different, create...

I'm only telling from memory, I'm not next to my machine. Assuming that the included file outputs one package, you should probably detect the new vendor inside that loop before...

I don't remember this being an issue anymore. I do create zip files, and they have the correct URL. Maybe I use the option to assign an "external" URL, but...

Repository names seem to have the same requirement as package names, and composer v2 is enforcing this. So no freestyle names anymore.