Sam Minnée

Results 47 comments of Sam Minnée

Would it be possible/desirable to inline the entirety of the patch into the composer.lock file itself? Then you would be able to run "composer update" on your local environment, and...

Instead of auto-detection, the patch definition could provide a config option where an excluded path can be specified, which could be passed through to `git apply --exclude` at https://github.com/cweagans/composer-patches/blob/a18d1ca38ae09d16aa21846f60649d99d6775639/src/Plugin/Patches.php#L408 Current...

I've had this issue too - it seems that read/write nested serializers aren't supported; only read-only If you simply edit the offending line to allow items, it mostly works: ```py...

Heya I got this working again after some combination of reboots and OS upgrades.

The use-case of this was to be able to put specific non-caret dependencies in a project and let greenkeeper manage the upgrades. This means that we can bump dependencies explicitly...

Note that this seems to be fixed by * Unpinning revery from the specific SHA * Adding refmterr to the project ``` "refmterr": "^3.3.2", "revery": "revery-ui/revery" ```

I've hit this also, it appears that there's a big when a class exported as default has static members.

@remicollet if you'd like the tests, you can get them by cloning the git repo. is there a reason that it is difficult for you to install from source? I...

I would note that using pages that don't extend Page is an edge-case behaviour and so I'd design the API to treat it as such. That would probably push us...