I am trying to make a dashboard with dash in python and I am trying to align 2 dropdowns and a button horizontally this is the html.Div that I am working with h
I am trying to make an API call to update one devicegroup in each loop using the reference ID. I am able to fetch token but having issue when using PUT to updat
Im new too programming, we have been given an assignment of converting bin to dec and vise versa. I can't seem to get the program to work, please let me know wh
I need to write integration tests in C#. Before the test suite runs, I need to provision Azure resources by calling the Azure APIs. Only after the Azure resourc
I am building a mock social media app that allows users upload profile pictures to create their profiles. I am building this app in flutter. Right now, here's m
I am creating a new React app and trying to pull data from Azure CosmosDB and I get a bunch of conflicts. Given the popularity of both technologies, I just can'
void getData() async { http.Response response = await http.get(Uri.parse( 'https://api.openweathermap.org/data/2.5/weather?lat=$latitude&lon=$longitude&
I want my contact form input fields to save the user's inputs if there's an error, otherwise have them cleared if the email goes through. Right now it works exc