Timon de Groot

Results 25 comments of Timon de Groot

Also if your system/image uses busybox (for example `alpine` and `php`), make sure you install patch separately. For alpine linux, just run: `apk add patch`.

So I checked the import entities and the methods that need to be updated are: `Mage_ImportExport_Model_Import_Entity_Product`: - `_prepareAttributes()` - `_saveProductAttributes()` `Mage_ImportExport_Model_Import_Entity_Customer`: - `_saveCustomers()` - `validateRow()`

@mvoropaiev @darrenhaken You're missing a setting in your desktop file. This has to do with the `WM_CLASS` of your window. You have to set `StartupWMClass` in your desktop file to...

@ronjouch @leonidasv looks good! To me this seems like default behaviour, so you have my :+1:.

Just an untested idea: you could generate a docker-compose file using `warden env config > docker-compose.yaml`. Then you could assign a remote interpreter from Docker Compose in PhpStorm.

@navarr yes, I do think so. One could change the default image for a given service and `warden env up`!

Found out that the scoped loading was missing for the Mutagen configuration loading, so I added that!

What seems wrong with the issued certificate? Does the common name match with the domain? Is it expired? Or is the Warden CA expired?

Please try to answer my questions, it will probably lead you the answer.

As a workaround I just created my own service files and enabled them myself. It's just a bit more work when updating php versions but it gets the job done!