Lukas Heimann

Results 9 issues of Lukas Heimann

OpenUI5 version: 1.101.0 As a developer of custom controls, I want to be able to use the messaging mechanisms (compare [docs](https://ui5.sap.com/#/topic/a90d93df5a024e8bb18826b699c9aaa7) of UI5 in as simple a manner as possible....

As a developer, I want to use the `ControlMessageProcessor` to propagate messages to controls without databinding. In order for that to work, controls must implement a `propagateMessages` function. However, a...

enhancement

Hi everyone, I'm currently trying to create a terraform module based on your great provider! One thing I try to do involves passing around credentials of service keys. One of...

enhancement

Hi everyone, In my project, I'm using the `mavenBuild` step. However, recently something went wrong in the pipeline, and maven was giving me an error log. Being maven, it doesn't...

### Describe the feature request https://github.com/Unleash/unleash-proxy/pull/87 introduced the notion of `ContextEnricher`s, which take the `context` of feature toggle evaluation modify it in some meaningful way. The use case of https://github.com/Unleash/unleash-proxy/pull/87...

enhancement
pinned

In webdriverio, the usual pattern is like this: ```ts const link = await $('a') await expect(link).toHaveText('WebdriverIO') await expect(link).toHaveAttribute('href', 'https://webdriver.io') ``` Putting the full element into the expect function allows the...

feature request

## Context I'm trying to use the VSCode extension of Context Mapper in a project with a [workspace](https://code.visualstudio.com/docs/editor/workspaces) ## Problem I have the CML file in the second folder of...

Prior to UI5 2.0, a couple of methods were deprecated. The jsdoc in OpenUI5, and thus TypeScript types as well as the UI5 linter expose the deprecation notices with hints...

enhancement
in progress

I'm trying to use `cf-java-logging-support` together with SAP Cloud SDK. Both depend on `com.auth0:java-jwt`, albeit at different major versions, which is causing problems. - Cloud SDK depends on features of...