Tom Klingenberg

Results 137 comments of Tom Klingenberg

> It seems like `unzip` does not allow you to do this at least. ([ref](https://github.com/composer/composer/pull/10361#issuecomment-997392924)) Double checked and can confirm there is no such command line argument/switch for `unzip(1)`. However:...

> That trick still requires knowing the name of the root folder, which is currently discovered by composer after unzipping. I have not yet looked much into the current implementation....

@djirik Not from my end, sorry. I could not even update the test so far, but if, you could have seen that in my fork. Thanks for your interest though.

@CelaumMm just seeing your report here. This is likely not an issue with the save-actions plugin, only surfacing in its context. code-reformatting is within PhpStorm itself and you should see...

Thanks for the report, I wonder this hasn't been reported earlier. Can you provide a description file that generates these error cases with this report? Otherwise its hard to properly...

Is the phar available for testing? A stripped down version that autocomplete could read the data from would be fine. My knowledge about Symfony is more from the side of...

Assumed so, which my suggestion was to strip it. I need at least something to reproduce, otherwise this is too much guesswork. /E: A minimal example would be best.

Thanks for the push into this, much appreciated @rquadling. On first glance from my point of view, the proposed changes confirm what I suspected that the encoding is currently insufficient...

@rquadling actually that sounds really promising. Similarly I started to create a stub symfony console app for testing. It is pretty explorative right now, in the end with your description...

Yes, this is also what I think with my first looks. Basically "encoding issues", here currently debugging the output which is ZSH shell code and then reading manuals for syntax...