boldhedgehog

Results 9 comments of boldhedgehog

@DrewML please go on with the **Fast** solution or make the exclude list somehow configurable. We have a custom Magento module that allows to add translations via the backoffice, and...

@DrewML no, this is the standard Magento JS merging (not bundling). I don't know if you have control over this, but I think you can just disable this hint, it...

A static file name is fine, I can create a symlink which points to `/dev/stdout` or `/dev/stderr` and hopefully anything going into the file will be "redirected" to the console...

@HarishKumarGudivada could you please share what indexes on which columns?

We had this issue, described here: https://github.com/composer/satis/issues/340 At this moment the issue is back, and it has nothing to do with TMPDIR.

@Jamesking56 If you are on the master branch, try to add `"rearchive": false` to `archive {}` in `satis.json`

Hi, I solved it configuring `"minimum-stability": "stable"` in `satis.json`

It would be appreciated by others facing this issue, if you would add this either to the documentation or FAQ.