Tim Deschryver

Results 249 comments of Tim Deschryver

Hi, the capabilities of the "standalone" VS "module" should be the same. The only difference is "how" this is configured within an app. In other words, a standalone project can...

@soniafaria I don't have "real" experience with it. But AFAIK if you use `isAuthenticated` instead of `isAuthenticated$` you can provide a `configId`. If you provide the configuration id, `isAuthenticated` will...

Yes, that Angular v15 should be supported by v14.1 https://github.com/damienbod/angular-auth-oidc-client/blob/release_14_1_0/projects/angular-auth-oidc-client/package.json#L6

Are you sure that it's `Grammarly` that is causing this issue? I also have Grammarly installed, but I don't encounter that issue. (We're on v15 of this library)

You can use [v16.0.0](https://github.com/damienbod/angular-auth-oidc-client/releases/tag/release_16_0_0) @tushar9919 (I think v15 should also work, but you don't have the new functional API's available)

This seems like a React Hooks Testing Library issue, I'm transferring this issue to the correct repository.

@alextrastero you don't have to take any action, we've already transferred it to the correct repository. You can find it here, https://github.com/testing-library/react-hooks-testing-library

Thanks for opening this issue. Would this be something that you want to create a pull request for @M0nica ?

Hi, could you elaborate what/why you want to test an external api?

It seems like this needs to be resolved in [dom-accessibility-api](https://github.com/eps1lon/dom-accessibility-api), specifically within `computeAccessibleName`. However, I'm not sure if this is a bug, or the desired outcome. From my tests my...