jmichler

Results 10 comments of jmichler
trafficstars

Have a look over there: https://www.promatis.de/2020/02/25/building-a-minimal-progressive-web-app-pwa-on-autonomous-apex/ Basically you can either mis-use ORDS to set the required HTTP Headers for delivering the Service Worker. An alternative would be to put a...

Hi Vincent, one limitation (but this is more an apex generic issue) is that it's difficult with different applications on the same ORDS - since APEX does "unfriendly" URLs there...

yes. But when navigating with the keyboard through that list I don't want the event to be fired on each "change" of the selected row but only when the menu...

Hi, I'd really appreciate if this could be merged: It would solve the issues we have when trying to embedd a page authenticated over these means as an iframe into...

Not sure if this is related: even with the fix from the PR it is only working to embedd a page protected over this tool as an IFrame if at...

This would also come in handy for AzureAD (OIDC as well). There it would be better to have the "User Principal Name" within the AzureAD instead of the E-Mail address....

For Azure the following works better, obviously it would be better to make this "really configurable": ``` diff --git a/internal/provider/providers.go b/internal/provider/providers.go index ac863df..c56ea20 100644 --- a/internal/provider/providers.go +++ b/internal/provider/providers.go @@ -30,6...

And it seems to be a problem of the app itself. In the Keepass2Android app it is still working, so I think it is not google to blame this time...

In generating this is supported; see https://github.com/ZUGFeRD/mustangproject/issues/136

I tend to agree; this seems to be a bit inconsistent though. Do you know if there is a forum to discuss this on the ferd-net.de side?