Mike B.

Results 99 comments of Mike B.

I've took a [Shop Administration Tool](https://openui5nightly.hana.ondemand.com/test-resources/sap/tnt/demokit/toolpageapp/webapp/index.html) as a sample app for the base, and implemented `sap.ui.core.IAsyncContentCreation` in `Component.js`. Now I don't experience `xhr`/`sync` requests in case of `i18n`.

> @pubmikeb: Any idea why you did not see the sync XHRs? @Thodd, sorry for the very long delay with the response. I've rechecked the [Shop Administration Tool](https://openui5nightly.hana.ondemand.com/test-resources/sap/tnt/demokit/toolpageapp/webapp/index.html), and I...

@stephania87, regarding _"Possibly are you asking for PDF export of data?"_, it would be great to have an ability to export data to PDF out-of-box from any data container UI-element.

> there is already existing Excel export of the data bound to a table As far as I know, OpenUI5 contains only export to CSV via `sap.ui.core.util.ExportTypeCSV`, the export to...

@codeworrior, thanks for the prompt response. Yes, I mean the ability of the UI5 app to detect the theme-mode used in a browser and to adjust it automatically upon the...

@CruciformHawk7, great job! Hope, to see this functionality out-of-box any soon.

Any roadmap when ES6 will be supported by a stable version of ExpressJS Generator out-of-box?

@raman-susla-epam, thanks for details. In my case I've configured: 1. Jenkins → Build Configuration → Mode → Script Path → `jenkins_pipeline_script`: ```js @Library('piper-lib-os') _ node() { stage('LINT_POC') { npmExecuteLint script:...

I've tried: ```json "scripts": { "ci-lint": "npx eslint . -f checkstyle -o ./2022lint.xml" } ``` but the same error. Information Messages: > _Searching for all files in `/var/apphome/%instance%/.jenkins/workspace/ESLint_Pipeline_master` that match...

OK, but is it possible to get an output right into console (e.g. into Jenkins's Lint Warnings), without creating and writing into `*lint.xml`?