Sébastien Levert

Results 242 comments of Sébastien Levert

I suggest scheduling a design review on the component. There are a couple of behaviors I'm unsure of and I think we should meet!

This should add new strings available for localization.

Thanks @NathZ1! This is an interesting topic as I would assume User.Read.All would be required for other picker scenarios. Your expectations is when using a groupId, we should avoid requesting...

It's absolutely possible to update the schemas to disable some options based on the selections. @NikCharlebois, do we have a good mapping available? When we run the generation, we could...

I'm curious here. Why do you keep all those items once "processed"?

Oh makes sense. You don't append 10 new results, you re-render, but with the 20 results. It's an interesting use case!

Thanks for the feedback @plamber. Can you go a bit deeper on what you like about a fluent style? We'd love to make sure we get feedback from both the...

Thanks for the feedback @appieschot! Do you mean like totally ditching the `api()` method and doing something similar to this : `const me = await client.get('/me');` And do something similar...

@CameronDwyer, what would be the best way for us to "slice" the API? What would feel the most natural? Those are questions we are also asking ourselves currently and how...

Very relevant as I was discussing the same with @nikithauc last week. Right now you can put the client in debugging mode and it will console.log the URL. I would...