Michel Parpaillon

Results 18 comments of Michel Parpaillon

I guess I'm missing something then ![Capture d’écran 2023-07-05 à 15 28 49](https://github.com/angular/angular/assets/1062115/7df53f4c-b14b-4885-be3e-0fc952db5948) layout.module.ts:77 is just a lazy loaded route (see below) ![Capture d’écran 2023-07-05 à 15 29 22](https://github.com/angular/angular/assets/1062115/c48ad3d6-a81e-43f8-ba0e-5a74323bd4f2) EDIT:...

Thought my build was stuck but it was simply taking 3+ min to build in watch mode. Unusable DX. The /shared folder in my monorepo is quite big and I'm...

You should use "context.auth.uid" inside your callable function instead of a parameter though. Right now you have an exposed function which can give you any user auth token as long...

Me neither... But I'm using videojs 5 and this plugin seems to work with v4 only. So I guess that's the reason why I don't see any log

Hi @mickey, Is this planned ? VideoJS is already v5.8.5 Thanks

@cdhowie Actually it seems to work fine. Thx

Very useful thanks. I would probably deduce the type from the nodes though. Something like ```ts declare module 'himalaya' { export interface Attribute { key: string; value: string | null;...