Yves Chedemois

Results 24 comments of Yves Chedemois

Agreed that my 3rd point about "maintaining your contrib module" is kind of moot, since if it's a published contrib, it has a package on drupal packagist, and thus you...

Wasn't aware of that one :-) It indeed seems to provide similar functionnality. From a quick look at the code, it seems the approaches differ a bit. - https://github.com/wikimedia/composer-merge-plugin manually...

As mentioned in https://github.com/wikimedia/composer-merge-plugin/issues/72, looks like the new 'path' repo type in latest Composer (https://getcomposer.org/doc/05-repositories.md#path) could greatly simplify the issue here, since it seems to enable support for local relative...

Hmm, it seems that 'path' repos creates a symlink in /vendor to the local folder (or copies it if the OS doesn't support simlinks) That's not what we want here,...

Saw that, that's what motivated me to have another look at composer-merge and it's issue queue ;-) @webflo+++++ !

Seconded, the absence of some chars is frustrating. For me it's the '?' char I cannot bind to.

Yeah, I'm stupid - of course, setting `flipKey` to any constant value will prevent subsequent animations :sweat_smile: Not the discovery of the century, but I guess maybe it could still...

Using shouldFlip does seem to work, but has the drawback of needing to apply the prop in each item, and they can be located at an arbitrary depth lower in...

Not sure which enhancements this would bring exactly. We already have a method sender, and Meteor methods can be called asynchronously ?

Multiple meteor apps : a method-based sender can still support that, a client can set ddp connections and send method calls to different Meteor servers ? From what I (brielfy)...