ui5-ecosystem-showcase
ui5-ecosystem-showcase copied to clipboard
A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
**Describe the bug** We have issues with the sap.ui.core to transpile down in production build with self-contained as target. Its not working because the file is somehow not considered. In...
**Describe the bug** When loading UI5 through the cdn and trying to import a third party library, following the [tutorial](https://github.com/SAP-samples/ui5-typescript-tutorial/tree/main/exercises/ex4#exercise-42---addingtesting-the-npm-package-nominatim_client), the third library cannot be imported. My current issue is...
**Describe the bug** If you add the parameter --h2 to the server, the path is not mounted. ``` [email protected] start ui5 serve info graph:projectGraphBuilder Excluding additional application project my.test.tsapp from...
**Describe the bug** When using `ui5-middleware-cfdestination` version 3.3.10, upon initial running of the app with `ui5 serve` the OData v2 requests are not triggered (we use OData binding in XML...
**Describe the bug** I've added ui5-middleware-onelogin to the UI5 App app/webapp/item-pricing-cap-v2 in my [bookshop-demo](https://github.com/gregorwolf/bookshop-demo) project with commit [feat: add ui5-middleware-onelogin](https://github.com/gregorwolf/bookshop-demo/commit/d0a58b363e83b070d94334fe18444ee6e8c5c32b). Unfortunately sending a GET request to http://localhost:8080/comsapperso/flex/personalization/v1/data/itempricingcapv2 results in a...
**Is your feature request related to a problem? Please describe.** If the user hasn't refreshed the page for a long time, then the session token expires and the onelogin middleware...
**Describe the bug** I created some sample apps to test `ui5-test-runner` in different configurations. In particular, I want to validate that it works with TS transpiling. I have no problem...
**Is your feature request related to a problem? Please describe.** We as the maintainer of the in SAP Fiori tools and the Open UX tools (https://github.com/SAP/open-ux-tools) develop multiple custom tasks...
**Is your feature request related to a problem? Please describe.** The problem is the unneeded full reload of dom, wich costs time because performance while loading. **Describe the solution you'd...