I can't launch my flutter app, this is the message I get when I try to run with debbug and without debbug mode: Your launch config references a program that doe
I dont see Toast Messages. I want to show a toast messagges when click userAddFavoriteButton.. @BindingAdapter("addFavorite") fun bindAddFavorite(userAddFavorit
Just got a quick question. I have a junction table (Junction_Table with Song_ID and Artist_ID), and I have it as a subform in a form (Song). If I click a button
I have a list of users below: public ObservableCollection<User> Users { get; private set; } And in the XAML file, I am binding Users to t
I'm trying to implement a custom validation attribute for unique records. For that I need to check the database, so I can notify user that given data already ex
``` <html> <head> <link rel="stylesheet" href="http://serversamuel.altervista.org/prototipi/css/1.css"> <link rel="stylesheet" href="ht
I am having 4 angles that is stored in an array: 90 180 270 360 I am using one of these when a trigger gets activated. However I am getting an
I have an App built using Xcode 13, and I need this App to be packaged inside a PKG file as follows: What is the expected way to do this? Is there a target tha
I need to space out the bar groups along the x-axis in MATLAB so that all the plots can be seen. And if there are other ideas on how I can make all the columns
I have a signup/login workflow in React (NextJS), and everything is working correctly; i made a custom hook to remotely check if the user is authenticated based