Robbert

Results 10 comments of Robbert

It seems none of the events composer-preserve-paths is subscribed to trigger when composer-patches does `$installationManager->uninstall` on the patched package. Even though one could expect that `ScriptEvents::PRE_PACKAGE_UNINSTALL` would take care of...

I think this use-case was never anticipated. Shouldn't the event dispatcher be called before `$installationManager->uninstall($localRepository, $uninstallOperation);`? My hypothesis is composer-preserve-paths will back everything up when PRE_PACKAGE_UNINSTALL fires before the uninstall...

I understand. Would make sense from a semantic standpoint that `$installationManager->uninstall()` would fire events implicitly. No harm intended in my feedback. ;-) I use composer-preserve-paths for Drupal 7 as 3rd...

Unfortunately not. Dispatching the event was also the blocker for me at the time. Will try to free up some time next week.

@pi0 Why the need to wait for Nuxt 3 as you stated in #385? What are the usage limitations you mention?

I suspect this is caused by #1640. The query yields an empty result object while it should yield no results (i.e. page = null).

@lukasoppermann First of all thank you for your work. I found this issue while also trying to resolve our questions on units. As I understand from https://design-tokens.github.io/community-group/format/#dimension the dimension type...

I'm interested in a solution like this as well. What is required to move this forward?

This issue can be exacerbated by setting DateTimePicker step size to 1. This can be done in one of the Storiebook stories for reproduction. I am not entirely sure if...

As far as I can see following the code you should be able to do that. There are several options. The following allows the most consistent approach. - For new...