Lukas Heimann
Lukas Heimann
Sample code for snippix: ```html Mobile App with XML View with JSON Data sap.ui.controller("myController", { onInit: function() { const oView = this.getView(); const oMessageManager = sap.ui.getCore().getMessageManager(); oView.setModel(oMessageManager.getMessageModel(), "message"); oMessageManager.registerObject(oView, true);...
Note: This is related to https://github.com/SAP/openui5/issues/3553, which describes a bug within `MessageMixin` for messages w/o databinding via `ControlMessageProcessor`, which has been broken for quite a while.
Hi @a-b, do you know how we can be added to the slack channel? It seems you have to be invited; you can only sign up by contacting some unknown...
Looking at https://go.dev/doc/modules/release-workflow#breaking, the fix seems to be a change to https://github.com/cloudfoundry/cli/blob/v8.4.0/go.mod#L1 ```diff - module code.cloudfoundry.org/cli + module code.cloudfoundry.org/cli/v8 ``` > In the module’s go.mod file, revise the module path...
Showcased via the a quick fork: https://github.com/LukasHeimann/cloudfoundrycli/blob/v8/go.mod After creating the repo and changing the `go.mod` file, I only created a new release tag (due to repo-renamings, it is at `v8.4.3`),...
Not yet, as I haven't heard back from the maintainers. This would be a really huge change: 2,193 changed files with 9,192 additions and 9,192 deletions. This is nothing you...
Hi @RandomByte, I'm trying to build a proxy that can cover websockets as well. This may be just lacking in the documentation, but I have a feeling like this isn't...
Hi @SAP/jenkins-library-team, can someone have a look at this?
I still think this is relevant
I still think this is relevant