Frank Weigel
Frank Weigel
Multiple object bindings are just not supported in the XMLView. It's more by accident that BindingParser returns something when given a map of bindings. It doesn't really handle it. The...
I guess, what @gregorwolf wants to see is that the `type` column not only shows the concrete item type but also mentions that a binding info can be provided. I...
CSSColor accepts CSS Color Level 3 colors. In level 3, the Hue has to be a pure number (with the implicit unit degree). if you change the first 50% to,...
In what kind of tooling do you see the validation error? The [SAP/ui5-language-assistant](https://github.com/SAP/ui5-language-assistant) plugin only recently got multi-version support. If you're using that plugin, please upgrade to version 3.2.0 or...
I totally agree with you that unnecessary re-builds should be avoided, especially to speed up the dev-cycle. But I don't get the point about the CI. Isn't a clean CI...
That's definitely a useful feature - at least for standalone apps. For a launcher scenario (like the Fiori Launchpad), where the set of apps that run together in a single...
Without further analysis, the second branch IMO is only safe for a _string_ literal whose value qualifies as an identifier. As long as the result of `getObjectName` is only used...
Please read https://github.com/SAP/ui5-builder/pull/615#issuecomment-860509672 for an explanation why we plan to fix this only with the next major version of the tooling.
Reg. your last comment: I'm not aware of any file system that works like that. Either they completely ignore case (DOS, older Windows), or they preserve case but do not...
@Jogala's comment is also related to https://github.com/SAP/openui5/issues/3306