David Neustadt
David Neustadt
I'm not really using hyper anymore but I guess this is to be expected as the colors need to be re-read from file. > The user can hot-load and hot-reload...
Please have a look at the [tests that failed](https://github.com/shopware/platform/actions/runs/3285870844/jobs/5413375138) in the pipeline. These changes should be behind the major feature flag `v6.5.0.0`, since they seem to be breaking. If the...
We have some concerns that this is a soft-break for developers who don't explicitly set a locale as they might not expect the default to change. Could you put your...
Can't reproduce that with Shopware 6.5.6.x Is JavaScript correctly injected? Try something like `console.log('hello world');` and see if it shows up in the developer console after compiling. If it does,...
Can confirm the issue and it seems to be permanent now. `response` is an empty object. ```javascript const assistant = new GoogleAssistant(CREDENTIALS); assistant.assist('what time is it?') .then((response) => { console.log(response);...