Frank Weigel

Results 68 comments of Frank Weigel

Please be aware that the api.json are NOT stable yet, their structure will change over time (it just changed in the last days). Nevertheless, using them instead of parsing the...

We're still in the process of defining the mapping from UI5 APIs to TypeScript. Not all compile errors that you see are "errors" in our metadata. Most `IFormContent` errors for...

Slightly OT: Triggered by this issue, I have taken a fresh look at the `IFormContent` topic (e.g. "Type '...' has no properties in common with type `sap.ui.core.IFormContent`). It seems that...

@PieterAtFlexso can you please elaborate a bit on what you would expect from a feature that allows "adapt calculation of week numbers"? We are currently discussing how to achieve something...

Just a remark: reminds me to and would be consistent with the new [`Array.prototype.at`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at).

No, it's not an official API issue. The TypeScript generation doesn't distinguish between protected and public. protected is a bit special in UI5 APIs. When we started using it, "protected"...

Not sure if is worth to start this discussion [again](https://github.com/SAP/openui5/issues/3367). But there is not a single, _universal_ meaning for access modifiers. Different languages differ in detail, especially for `protected`. If...

@dfenerski sorry for not yet answering your recent comment in #1162 . I wanted to check with colleagues whether we have some code sample, but AFAIK, the [documentation chapter](https://openui5nightly.hana.ondemand.com/topic/7cdff73f308b4b10bdf7d83b7aba72e7) is...

We're currently working on the missing overrides for signatures like the one of `getLibraryResourceBundle`. But we won't manage to do the"cooler" thing yet, documentation doesn't provide enough information to extract...

This was already discussed in #16 and also in one of our Sample Apps (https://github.com/SAP-samples/ui5-cap-event-app/pull/5#issuecomment-855343402). Microsoft's own dtslint rules recommend not to use generics like this (they call it "disguised...