Merlin Beutlberger

Results 163 comments of Merlin Beutlberger

@matz3 could you look into the missing `"type": "string"` declaration mentioned in https://github.com/SAP/ui5-tooling/issues/560#issuecomment-923271887 ? I asked @svbender to check whether he can reproduce the missing suggestions in WebStorm

Hey Zdravko, thanks for reporting. We would rather like to get rid of this workaround. UI5 Tooling 3.0, currently available as alpha release (see https://sap.github.io/ui5-tooling/updates/migrate-v3/), will be able to reliably...

Thank you for your excellent analysis @killerfurbel! I was able to reproduce the issue with the OpenUI5 library `sap.f` by changing [this line](https://github.com/SAP/openui5/blob/37628dda15cd58ae2f9374d0d59c3df48c3cd2d2/src/sap.f/src/sap/f/DynamicPage.js#L48) to read ```js var PageBackgroundDesign = mLibrary["PageBackgroundDesign"];...

Looks like a duplicate of https://github.com/SAP/ui5-tooling/issues/579?

We saw value in having a directory listing so we added it to ui5-server. We discussed adding an exception for index.* files but never went through with it. Then we...

Closing as duplicate. There is a roadmap for 3.0 but no timeline. Subscribe to https://github.com/SAP/ui5-tooling/issues/506 to get updates

Actually let's keep this issue open as reference for this requirement.

We discussed this in our team and think it's reasonable to include the `fioriSandboxConfig.json` as well as the AppNavSample app (~150 KB) in the existing sap.ushell package. However, we have...

Thanks. One more question: Do you actually require the `fioriSandboxConfig.json` as provided by sap.ushell? I'm asking because if we include it without adding all the other demo apps referenced by...

Thank you for your input. I think I get your point. However, we can't easily remove resources from the CDN since developers might rely on their availability. What we can...