Jordi Boggiano

Results 61 issues of Jordi Boggiano

Anyone has a clue how to automate this? Otherwise I guess I can do most of it with regex replacing, but if I can save some time please do tell.

Refactoring

As you can see on this image, Command classes have very poor coverage currently (16% of lines covered in total): **Edit: To see latest guidelines on what to work on...

Good First Issue
Needs Test

Needs a react/promise 3.x release to happen first, then this can be finalized

Feature

See if we can revert https://github.com/composer/composer/commit/d12c20db4b57663a43db22875721374e62fb00c7 and actually implement it sanely in ComposerRepository.

Feature

As follow-up to https://github.com/composer/composer/pull/10320 once it is merged, a few more ideas from @dkarlovi: - complete versions when doing require or update with `:`, `=` or `@`: `composer require symfony/console:|...

Feature

## 2.2 LTS and the way forward Composer's **2.2 release is a LTS** (Long Term Support) version. We will provide bugfixes for critical bugs and security issues until at least...

Documentation

(Replacing #1496 which has become a mess, references #5940) If multiple servers create archives, then those archives can have different SHA1s which is problematic. Potential solutions: - hash the contents...

Feature
Bug

I am currently using this fork https://github.com/tpaschalis/s3-cp-action which essentially boils down to being able to cp a single file up to S3 instead of syncing a whole dir's contents. It...

Would it be possible to use the https://hub.docker.com/r/amazon/aws-cli container as base instead of building your own in the Dockerfile? I assume it'd speed things up quite a bit, because I...

# Bug report It appears that type aliases get resolved from the scope of the class they are used in, and not from the trait's main docblock. ### Code snippet...

bug