Can somebody tell me why I am getting error in it? import math class Weight(): def area(r): return math.pi*r*r obj=Weight() r=int(input("Enter the r
Is there a way to add Onchange event to the adaptive card input field that is rendered in webchat (version V4). Example changing a quantity value (Adaptive card
I watched tons of videos for building masonry layout in CSS - something like pinterest. For example this https://www.youtube.com/watch?v=EwFH4UyaFsA&ab_chan
I am getting this error/warning: System.Windows.Data Error: 4 : Cannot find source for binding with reference 'ElementName=DrivesListView' When I press 'Refres
I want to be able to perform onClickListner on root RelativeLayout called "rl". Not it does not work I suspect it can be because of MotionLayout as a children.
I'm trying to create an access review using the Microsoft Graph API. I can't figure out how to scope (target) multiple groups in the same access review using th
I want to use Next.js with Sass and CSS modules but also want to use Ant Design and wanted to use the Less styles for smaller building size. I'm able to enable
I created my own custom theme and I'm trying to assing one of the colors I created to a button, but when I'm trying to set it as: color={theme.pallete.lightGrey