Jan
Jan
Yeah, you're right - currently we work with a all-custom setup. Custom development-images, custom local setup with jwilder/nginx-proxy, etc... Not only that this is all a mess to maintain, the...
And regarding the point "working together with you"; I'd love to propose some changes to ddev in a PR but unfortunately I'm not really into Go - and that, I...
> As I said, specific feature requests are welcome. But reworking ddev to fit your team's existing workflow isn't really a path that works for a project like this. Sure...
Hi there, I know this is not the case for everyone but as we work with a large amount of projects (with mostly all the same two or three technologies),...
It's mostly about adding hosts for additional services. For example database/redis (etc.). Currently in some test-projects we solved this by adding a hook in the projects like this one: ```yaml...
Just got an other use-case: We have a custom webimage which we use in most of our projects. With a global post-start hook we could ensure, that the image is...
@rfay okay - do you have any documentation on that? Bcause the only thing I was able to find was `docker-compose pull && docker-compose up ...`. But even this approach...
@roland4432 Just stumbled across this and noticed that this issue has been resolved in #14130 so I guess this issue can be closed :)
resolved by #200
For reference https://github.com/pimcore/pimcore/blob/11.x/models/DataObject/ClassDefinition/DynamicOptionsProvider/MultiSelectOptionsProviderInterface.php#L21 I guess we should switch from `MultiSelectOptionsProviderInterface` to `SelectOptionsProviderInterface` since it was deprecated and there the `getDefaultValue` method is defined by the interface.