Mike B.

Results 36 issues of 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...

enhancement

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...

duplicate
enhancement

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...

bug
needs triage
module/ui5-project

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...

module/ui5-cli

#### 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...

Priority: High
Status: Accepted
Status: In Progress
Type: Enhancement
Area: files

**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...

question

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.

enhancement
in progress

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: ![15_010038](https://user-images.githubusercontent.com/17231333/173703267-e0b2764f-adb5-4d5e-b7ec-7229f7447dcc.png) after clicking on «View Details», the title icon (exclamation point) is properly aligned again: ![15_010325](https://user-images.githubusercontent.com/17231333/173703474-5eddcc5e-40f0-424e-b8ba-57a595dd7535.png) The same...

bug
in progress

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...

enhancement