Dimitar Fenerski

Results 11 issues of Dimitar Fenerski

Are there any plans to add support for nested composite bindings? IMO it would be helpful as there are plenty of use cases for it, [the docs](https://sdk.openui5.org/api/sap.ui.model.CompositeBinding#overview) confirm this. Thanks...

enhancement

There are couple for methods without JSDoc comments in the source code of [sap.m.DatePicker](https://github.com/SAP/openui5/blob/master/src/sap.m/src/sap/m/DatePicker.js), specifically: ![image](https://user-images.githubusercontent.com/48520530/177383030-13e66d69-5c30-4e2e-bc7a-9215a771f42c.png), ![image](https://user-images.githubusercontent.com/48520530/177383050-2f18d92d-ddb1-4d55-a6df-8dd4f54b33f8.png), ![image](https://user-images.githubusercontent.com/48520530/177383066-8fb46c58-46b0-4364-b8d6-ae64fa6f4242.png), ![image](https://user-images.githubusercontent.com/48520530/177383090-25194a0c-8145-4cfc-93ba-b88ad3a97c56.png), ![image](https://user-images.githubusercontent.com/48520530/177383112-fb726a41-f175-418d-8c0f-25158b5afb04.png). As result, no type definitions are generated for those methods...

Hello, as per [this](https://answers.sap.com/questions/13359130/sapuicorexmlcomposite-deprecated.html) answer, "major performance issues" were the reason that got the `sap.ui.core.XMLComposite` class deprecated. Is it possible to shed a little more light on this? What exactly...

documentation
in progress
consulting

I got curious about the Extended Change Detection mechanism. A quick google search yielded no samples, are there any that I am missing? For developing controls, aggregation modifier methods have...

enhancement
documentation
in progress

## Is your feature request related to a problem? Please describe. For big enterprises running internal apps it may be helpful to have debug / source map files on prod....

enhancement

Hi guys, Is there a way to develop custom tasks using type hints / TypeScript? Forgive me if there is a sample somewhere, I could find none. The [docs ](https://sap.github.io/ui5-tooling/v3/api/)are...

Hello, I write here because I could think of no better place to ask about something I find very interesting. First, let me give some context - its about the...

in progress
consulting

OpenUI5 version: 1.108 Browser/version (+device/version): CR latest Steps to reproduce the problem: 1. Remove `unsafe-eval` from CSP header on the server 2. Open DEV tools 3. Click on the 'more...

bug
in progress
author action

Following type upgrade, now code has to look like this: `let a = MessageBox.Action.ABORT;` However when having to type out an argument of a callback function with the possible `Action`s,...

OpenUI5 version: latest, `1.120 LTS` URL (minimal example if possible): https://github.com/dfenerski/ui5-async-controller-lifecycle-issue Steps to reproduce the problem: The addition of the `_enforceNoReturnValue` module here 6f52e5142b2c18b2e3f38b4b053e43a9b957edb3 now logs a "future fatal" whenever...

documentation
in progress
consulting