Gijsbert ter Horst
Gijsbert ter Horst
I needed this today for an API that requires message signatures that includes the relative-URL string. I managed a _hack_ using regex replacement. It may suffer from some non-working edge...
[Related discussion](https://github.com/dotnet/maui/discussions/7410#8946). It's annoying that Github doesn't automatically link these like it does for issues and PRs.
@nonoodev Can you explain _how_ this accomplishes opening the picker, _without_ user interaction? As far as I know the issue is that the code that opens the picker has been...
> I think for a11y reasons, we cannot/should not open the picker. If you are navigating the screen using TalkBack, then suddenly it goes from a form to a date...
I've got the same issue. I think the standalone app example is bugged. `triggerAuthorizationResultEvent` is set, and `postLogoutUrl` and `unauthorizedUrl` are set. However from a look through the code I...
I think this can be closed. There's no more requirement to clone the repo now. Docker compose just pulls in the pre-built images.
> [@Ghostbird](https://github.com/Ghostbird) I still can see this build in the compose file https://github.com/ItzCrazyKns/Perplexica/blob/master/docker-compose.yaml#L14-L16 > > so I'm not sure it is done... If you specify an `image`, docker compose will...
Ah, that's very nice! I'll have a look. I can't promise that I can sink many hours into this, but we'll need to start _somewhere_.
Thanks! I'm sorry I haven't managed to give this more time yet. I'm not too familiar with Jint yet. Do you think it is feasible to ship `@js-temporal/polyfill` and let...
Polyfiling Temporal in Jint currently seems to require first polyfilling Intl API support in Jint. So I think we should at least postpone this issue until Jint has [Intl support](https://github.com/sebastienros/jint/discussions/1445).