sowmyan soman
sowmyan soman
Tried it in beta.3 same behavior. Basically, within a step I want to show two controls horizontally, Say two list boxes. Now both of them are showing vertically. 
attaching the screenshot 
by using the 2.0 version under development it resolves this error, but this version is not yet stable as there are many css / styling issues "paper-stepper": "Zecat/paper-stepper#hybrid-modular-prototype"
FYI - issue is there with 2.0 beta3 as well.
{ "name": "paper-stepper", "version": "2.0-beta.3", "authors": [ "Zecat [email protected]" ], "description": "Material paper-stepper element.", "keywords": [ "web-component", "polymer", "seed" ], "main": "paper-stepper.html", "license": "http://polymer.github.io/LICENSE.txt", "homepage": "https://github.com/zecat/paper-stepper/", "ignore": [ "/._", "/test/"...
In my bower.json , im using the below to get the paper-stepper ``` "paper-stepper": "Zecat/paper-stepper#2.0-beta.3" ```
Thank you so much for the insights...are we going to get all these kind of changes documented ?
> Please disregard as this has been addressed in #10058 recently. No need anymore Is there an example of how to use this async tool? I have used the arun...
Also can we use async with tool decorator ? I am using latest version and when I use the code like below it says tool doesnt support async ``` @tool...