everytime i create a new layout.axml i get the message the layout could not be loaded: layout resource could not be found upon creation and i am new to program
I'm writing a Gradle convention plugin that uses Gradle's Lazy Configuration APIs to configure tasks. In one case, the plugin needs to conditionally change the
How can I replace a specific value in MySQL if it's exist? I have a servers table in that table I have an opts row the row's value is: +set net_port 28112 +set
I have a admin app and a user app. All data go in one database and I want to make sure that admin have only permission to ready there own users and not from oth
I've installed Elasticsearch using brew on macos Monterey brew install elasticsearch But I can't start the service brew services start elasticsearch brew inf
I want to reactivate a trigger after enable it but I don't find any solution to my problem. I work on postgresql database. I used the following command to enabl
I'm trying to use react-native-datepicker in a Formik form. I Have <Formik initialValues={inits} validationSch