Dimitar Fenerski
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...
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: , , , , . 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...
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...
## 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....
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...
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...
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...