Thomas Hauschild

Results 90 comments of Thomas Hauschild

I don't understand why people want to attach to containers, rather than working on the host + ddev ssh. Anyway, there's something like `code --remote dev-container+ ` or `code --remote...

The solution sounds crazy, but glad you figured a way out. I read that you're also using WSL (hopefully v2) so do you notice any performance difference between working on...

> It's interesting that anybody would even take this on on WSL2, which has basically native performance, this and Linux would be the last place I'd see undertaking this. I'm...

Is this related to: ``` $ ddev launch -m .ddev/commands/host/launch: line 61: xdg-open: command not found Failed to run launch -m; error=exit status 127 ``` ? I could swear this...

Any news on this? 🙏 I'd love to have one of these options, maybe one is easy to implement: ``` main_repo/*

@benlindsay I work on like 20 of those "main repos" and all of them have like 20 sub git repos which also have dependencies and my co-workers use those main...

Any chance I could help debugging? I could run the dev version, but that probably would not throw relevant debugging info right at me =)

You could also just replace that module completely for now by adding to your `composer.json`: ``` "replace": { "magento/module-inventory-configurable-product-frontend-ui": "*" } ``` After `composer update` and `magento setup:upgrade` it is...

*issue push* Sadly the script also doesn't recognize `--dev` so that ``` "magento-deploystrategy": "copy", "magento-deploystrategy-dev": "symlink" ``` has no effect on redeploy. Maybe that's a different approach instead of changing...

Same error here - any chance we can work on this? I basically got the same error as above, so I don't think I have to provide it again. Meanwhile...