Thorsten Hochreuter

Results 23 comments of Thorsten Hochreuter

Hi @s-v-o, so I discussed this with a colleagues just now again and the bottom line is that the whole destroy lifecycle is just conceptually not equipped to deal with...

Hi @pubmikeb, in the meantime UI5 supports an automatic detection of your operation systems dark mode: 01e9de75c05ec6cacc563f533e73ff1ed01c849d However there is a caveat with some things to consider: If a theme...

The `sap-ui-xx-nosync` issue should be fixed with b774db74262d1af1a749b2b23b557557622eecd7. @mauriciolauffer: all synchronous JS loading paths are deprecated and will be removed with UI5 2.0. The backlog item CPOUI5FRAMEWORK-210 is currently planned...

Hi @pubmikeb, I recently stumbled upon this again, and yes there is indeed an update now. We are currently fixing another issue wrt. synchronous ResourceBundle loading. In the wake of...

Hi @s-v-o, so this is a rather old topic, but it recently came back up to my attention. The stance on this is, that the exit() hooks are regarded as...

Hi @pubmikeb, so we already discussed this topic shortly before the holidays, but will need to pick it up at a later point in time. Right now we don't have...

Thanks for the reminder @pubmikeb, we created an internal backlog item. Though no promises when we will get around to doing the update :) From experiences in the past we...

Hi Dominic, we started an RFC for optimizing the logging mechanisms: https://github.com/SAP/ui5-migration/pull/42 The RFC focuses mainly on internal refactorings, but the intended solution aims to allow for much better logging...

Hi, the `sap.ushell.Container.createRednerer()` call is also deprecated and leads to synchronous creation of the Renderer UIComponent: https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-application-writer/templates/optional/loadReuseLibs/webapp/test/locate-reuse-libs.js#L214 Setting the `async` parameter to `true` is probably not wrong, but I can't...

# Meeting notes ## JSDoc / api.json ### Mixin * How to prevent reimplementation of `getter/setter` definitions? * We don't want to duplicate generic code from the JSDoc plugin *...