Mike B.
Mike B.
Let say I want to display the customized Tool Window (e.g. Mongo Explorer) along with the Project tree. I enable it, see screenshot: 15_112007.png Now I restart the IDEA and...
I'm running the UI5 Tolling process via `npx`: ```js import {execSync} from "child_process"; execSync("npx --yes @ui5/cli build --config ./devops/ui5.rel.yaml --exclude-task=createDebugFiles --dest ./src/webapp/rel/production --clean-dest true", {stdio: "inherit"}); ``` In the console...
For SAP UI5 Tooling `ui5.yaml` there is a JSON schema https://sap.github.io/ui5-tooling/schema/ui5.yaml.json, which is supposed to assist when working with `ui5.yaml`. The problem is that this schema doesn't provide a code...
When I run `ui5 init`, it generates ui5.yaml with a wrong type: `type: library` instead of `type: application`, although in package.json it's written `"type": "module"`. ## Expected Behavior ui5.yaml should...
#### Support plan - _which support plan is this issue covered by?_ (e.g. Community, Sponsor, or Enterprise): Community - _is this issue currently blocking your project?_ (yes/no): no - _is...
**Before you start** Have you checked StackOverflow, previous issues, and Dropbox Developer Forums for help? Yes. **What is your question?** I want to implement a direct file uploading from a...
I set `pm2 set pm2-logrotate:max_size 1K` and expect that log will be rotated (flushed) every time log file reaches 1 KB but in fact it doesn't happen. Perhaps, related to...
It would be great if UI5 could decided which version of a theme (dark/light) to use based on browser's theme. Just like it works at StackOverflow and GitHub.
OpenUI5 version: 1.104.0 Open [`sap.m.sample.MessageBoxInfo`](https://openui5nightly.hana.ondemand.com/entity/sap.m.MessageBox/sample/sap.m.sample.MessageBoxInfo), click on Show Details Async, you'll see:  after clicking on «View Details», the title icon (exclamation point) is properly aligned again:  The same...
Feature Request: Merging SAPUI5 features into OpenUI5, revise separation between SAPUI5 and OpenUI5
OpenUI5 could be a great framework for building modern enterprise-grade applications. But more you go inside, faster you realize that many features, essential for an enterprise app, for instance, export...