Badisi

Results 117 comments of Badisi

Guys, this is javascript, you don't like something or you don't have access to something, then replace it or provide it. `SubtleCrypto` is exposed through the `window` object if the...

@chicco785, `polyfill` is just a "name". - Usually "polyfill" symbolize a piece of code that will provide something that doesn't exists (ex: something that exists on modern browsers but do...

FYI, **demo** for integration with `Capacitor` was already made here : https://github.com/authts/oidc-client-ts/issues/537. _(more specifically, this [comment](https://github.com/authts/oidc-client-ts/issues/537#issuecomment-1406247758))_

I was not intended to make you use my wrapper, but rather direct you towards a concrete example. So that it can save you time to develop your `Capacitor` side...

For anyone interested by a potential fix, have a look at my comment here: https://github.com/semantic-release/semantic-release/issues/2808#issuecomment-2407037933

I'm having the same issue. Compilation breaks because of this: ```ts // The following: import { format, Locale } from 'date-fns'; import { enUS } from 'date-fns/locale'; // is auto-fixed...

Not sure I understand. What kind of support would you be willing to have for art mode ?

If it's working in Python then it should be feasible in Javascript too. Currently I don't have time to implement such a feature, but PRs are welcome 😉

Closing this as it has not had recent activity. Thank you for your contributions.

I had the same blocker and since I couldn't wait for browsers to implement it, I had it working with **Puppeteer**. Basically, I added a new `getPage()` command in `wdio`...