Merlin Beutlberger

Results 163 comments of Merlin Beutlberger

Sounds like a good suggestion. The API is documented here: https://github.com/sindresorhus/open#usage Maybe we should look into this together with: https://github.com/SAP/ui5-tooling/issues/623

Yes, this really makes sense. Since CSS files can't be bundled, you basically always have to use the `--all` build optional to include them (and all the other files) in...

> My assumption was that all dependencies can be determined at build time Just to clarify: All dependencies determined at build time will of course be added to the self-contained...

If I understand you right, you are requesting a feature to have the output files of a build have unique names in order to implicitly invalidate the browser cache. I...

Thanks for filing this feature request. Am I understanding it correctly that the two files contain configuration for the same project (the application)? A `ui5.yaml` file can contain multiple configurations...

> We could also enrich https://github.com/flovogt/ui5con20-ui5-routing which is one of the most complex nested components scenarios I know we have in the public Done in https://github.com/flovogt/ui5con20-ui5-routing/pull/44

We hope to implement the "component type" in UI5 Tooling sometime soon which should hopefully make this middleware obsolete: https://github.com/SAP/ui5-tooling/issues/45 In general, we would like to provide specific APIs for...

We discussed inheritance between yaml files before and I still think it's an obvious solution when looking at current projects with 3+ yaml files all containing redundant information. So I'm...

Alright, thanks for confirming 👍 > I could also solve the same problem, if it would also be possible to provide the configuration not as `yaml` but as `js` file....

@tobiasqueck, @menof36go and others: The example [above](https://github.com/SAP/ui5-tooling/issues/935#issue-2194481259) shows a **custom middleware configuration**. Do you have **specific use cases for using environment variable substitutions in other places of the ui5.yaml**? We...