Steven Ickman

Results 27 comments of Steven Ickman

@dmvtech use an expression for your body instead. ![](https://user-images.githubusercontent.com/698939/113915167-48111d80-9793-11eb-9121-a5521ecbde50.png) You can also use `SetProperties` to build up your object in memory and you should then be able to just say...

also try setting this for your "object" definition under body. It looks like you're going to get strings back but the binding logic should coerce the fields to their appropriate...

@chrimc62 and I chatted about this and this is somewhat "by design".  If you call a dialog that has  `BeginDialog` actions those actions should be run when the dialog starts.  ...

@tomlm @cwhitten @carlosscastro adding you guys to weigh in

This would be a fairly significant change to the way Adaptive Dialogs work. We need to at least have a phone call to discuss. Is that something you can coordinate...

It seems like it would be just as easy to use `LiveState` to share cursor positions... I personally feel like this overly complicates `LivePresence`. If you couldn't just use a...

@ryanbliss do you have thoughts on throttle limits? I was thinking like 50 calls per session or something.

@ryanbliss and I were talking about adding a `LiveShareClient.initialize()` method that would initialize the Timestamp Provider and Role Verifier without the need to call `joinContainer()`. Should be an easy add.....

I read through the auth portion of the spec and for composer I think we just need to update the AdaptiveCards package with a new action that calls the token...