Tobias Queck
Tobias Queck
@korotkovao 1. This is what a sap.fe app needs if the notes component is required ```json "sap.ui5": { "dependencies": { "libs": { "sap.fe.templates": {}, "sap.nw.core.gbt.notes.lib.reuse": {} } } } ```...
Great findings! Please mark all reuse libs as `{"lazy": true}` in the manifest. That should be best practice. About the `index.html`, the path is rather static, so we could add...
@devinea @ianquigley-sap my understanding is that the issue is fixed with #1915. Is the fix already consumed by the Fiori tools?
@nlunets could you please check this one. I am aware that you are the source for this but I don't think the requirements above are correct, I think it should...
@zdravko-georgiev @voicis @UweSchwerk `mem-fs` is by now at version 11, should we go for the big leap instead of this minor version change?
Small update: switching to 11.0.0 would be a bit of effort: * update version * remove `@types/mem-fs*` modules * update imports of type `Editor` it is now `MemFsEditor` * manually...
Manual test result: - [x] with Fiori tools and ui5.yaml - [x] differently named yaml - [x] using open source middlewares
@longieirl what is going on with this one? Any reason not to get it in?
@ManfredLerner here is the follow up issue.