Waldek Mastykarz

Results 950 comments of Waldek Mastykarz

I can totally understand your suggestion. I wouldn't replace the existing image, but will see if we could create a separate one. That way everyone can choose if they want...

@shurick81 the suggestion was to include all packages required for a scaffolded project in the image. Right now we have Yeoman, the generator and gulp but not the actual SPFx...

Correct, that was the idea. The question is though, if it's still relevant and worth the effort to maintain the downstream dependencies. Since we just got this one request almost...

I think the challenge is with the dependencies changing over time. I don't know if SPFx locks on specific versions of its downstream dependencies or not. If it doesn't, then...

Awesome! Thanks for such a quick turnaround. I'll mark the PR as Ready for review.

It's included in the [v1.0 API reference](https://docs.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0) so I'd expect it to be in the typings too.

It's not breaking anything for me, but since it's missing, I need to cast the response from Graph to `any` which defies the purpose of using typings.

> Did you mean m365 identity set? Yes! Updated > Could we extend the login command with an optional --identityName property, so the user can define a name that is...

Good question @martinlingstuyl! We can either pick one from the list (last or first for example) or introduce another status and prompt user to select an identity. Which one do...