Lukas Kettenbach

Results 10 comments of Lukas Kettenbach

@jaufgang thanks for this easy and reusable solution. I adapted it a little bit so it also works for unknown data as well. ```ts export type TypeGuard = (a: unknown)...

I'm sorry, but unfortunately I cannot answer your question since did not use the switcher for years. And currntly I even have to OS for testing..

It may be too obvious, but as a workaround you can just change the file ending from `.svg` to `.html`. As every SVG is also a valid Angular template, the...

No, I can’t see any entry with a lightning icon. Although I have some entries with very long names. Is the icon also visible for entries with names that are...

I went through all entries step by step. First the ones with very long names but nothing changed. Then I found two entries that had the same name and changed...

I have the same issue with `npm:@eventstore/db-client` which also depends on `@grpc/grpc-js`. After the warning appeared a couple of times, my application crashes. I was able to work around the...

> Its highly likely due to: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v3-migration.md LocalStorage Encryption Starting in v4, if you are using the localStorage cache location, auth artifacts will be encrypted with [AES-GCM](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt#aes-gcm) using [HKDF](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/deriveKey#hkdf) to...

@gsadrija sorry, you're right. My fault. In our case, this new behavior after browser restarts is not desired. Did you try ```ts protectedResourceMap: [ ... ['/public/i18n', null], ... ], ```...

> We are just after update and everything works fine beside user need to authenticate on browser re-open. @Yodde the need to authenticated after each browser restart is the expected...

@pribram no, I don't follow any such issue. As it was mentioned before multiple times now (see the quotes from the docs), the _user may need to reauthenticate after browser...