Results 18 comments of Jordan

@tivie Is 2.0 out yet or when will it be? @OrkhanAlikhanov did you find that in tests but not available in source code? converter.makeMarkdown() Thanks

here are details from my deployment template in regards to PatchOrchestrationApplication. ``` { "apiVersion": "2017-07-01-preview", "type": "Microsoft.ServiceFabric/clusters/applications", "name": "[concat(parameters('clusterName'), '/', variables('patchOrchestrationName'))]", "location": "[resourceGroup().location]", "tags": { "resourceType": "Application", "clusterName": "[parameters('clusterName')]", "displayName":...

@mlynch Do you have anymore info about this official chat starter you mentioned in this thread? We have started a community chat app for Microsoft in the Xbox group. I...

I am having this issue too in an ionic project. My header is pushed up and then the scrollbar does some funky business. The scrollbar might be because of this...

@EddyVerbruggen Here is a video: https://1drv.ms/u/s!AnyXOztVClZYcqaZZFy-9QeFsnk

@EddyVerbruggen is this a known issue or do I need to build a simple repo? If you know a work around that woud be awesome. If you want me to...

Fixed it by adding in the ionic keyboard and adding the disable scroll function they have. I am going to need the ionic keyboard anyway for a few search boxes,...

@onovotny do you recommend we put this into our own solution? WIll this go to PR?

@martintabakov I have a question related to setting required fields. In this DOJO the required fields is adding through the JSON config. But How do you set required field through...