Gavin Barron

Results 176 comments of Gavin Barron

This is an interesting issue. We generate the typing of events and properties on the React components based on the results that we get from the [web components analyzer](https://github.com/runem/web-component-analyze) I...

Interesting. This seems to be a conflation of defaultSelectedUserIds and selectedUsers. Based on my experimentation defaultSelectedUserIds is only used during initialization. Compare these two behaviors: [Defer loading until default list...

Yeah, the selectedPeople option expects an array of person type objects, not just an array of ids, so I made a shameless hack in the interests of showing the functionality,...

@Ofer-Gal thank you for calling out this challenge. This has to be addressed. We can't ship code that isn't useful in production scenarios as you rightly point out. @sebastienlevert yes,...

**Initial blockers:** `samples/sp-webpart` has dependency on `@microsoft/[email protected]` which locks the node version < 15.5.0 > Update sample to use [email protected] `node-sass` must be > 6.0 to run on node 16+...

@musale yes, I think that we should be updating our supported node versions to 14 and 16 as part of the v3 release. I suspect that we'll have quite a...

I saw that resolutions update @musale, thanks for that. How about we update the matrix we're using to validate builds to cover 12,14, and 16 on our next branch so...

@sebastienlevert can you show me how to repo this issue?

TY @sebastienlevert, it looks like this is resolved in v3, do we want to burn effort trying to fix this for v2 given that there's no publicly accessible docs for...

AFAIK Samples & resources are somewhat different in that the metadata for those is loaded from the DevX API while the application is loading and therefore should update when a...