Scott McGhee

Results 19 comments of Scott McGhee

I created the following PR with a potential fix: https://github.com/villadora/express-http-proxy/pull/489

To me it's a red flag that the documents don't mention a comparison to Redux Toolkit. Reading through the issue comments did give some insights, though.

@semoal , Thanks that would be great. I am trying to get a sense as to the activity on the project, with Redux Toolkit being around for a few years...

@MapTo0 , Please provide the proper way to mix web components and UI5 - since we have use cases today in which UI5 web components are being used as widgets...

@ilhan007 , To give some background, we have a general calendar widget built with our general-purpose widget-loader library. The library is framework agnostic, so it can be used in a...

While we could add such an attribute I'm not sure it is necessary. If the attribute works when adding it to the popup static area item then why not add...

@dobrinyonkov , As requested here is a sandbox: https://codesandbox.io/s/ui5-webcomponents-forked-9sgqn?file=/src/index.js There is nothing we can do to programmatically manage focus here (OpenUI5 framework listens to the focus/blur events on window and...

@ilhan007 @pskelin , Do you have any updates on this one?

Here is a little hack that I did in the sandbox example to fix the issue locally for this popup: ``` dialog.addEventListener("afterOpen", () => { let popup = dialog._popup; if...

@ilhan007 , I am not sure if you read my previous comment which actually provides a pretty decent solution which uses the OpenUI5 Popup itself as a placeholder then adds...