hi im new to python and was wondering how i can sort by the price going from biggest to smallest but im not sure how to do that without just switching the order
I have a code. It works at times; but works when i rerun it a couple of times at times and sometimes the next rerun. I want to either: Wait till the process is
How one can show dialog window (e.g. login / options etc.) before the main window? Here is what I tried (it apparently has once worked, but not anymore): XAML
I'd like to create a custom button in SwiftUI that I want to reuse throughout the app. The button is basically just a clickable image with no label on it. I tho
I am right now trying to create a new web add-in for Outlook. I followed this description: https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlo
How can I have two CSS animations playing at different speeds? The image should be rotating and growing at the same time. The rotation will cycle every 2 sec
I am trying to create a GitHub Actions workflow which would collect specific paths changed in last commit and run a step for each of collected paths, if any. C