I'm creating a plugin for a custom post type. I want to add a custom template for it. But I'm not sure how to add it via the plugin. How can I add a custom pos
There is the schema of my db : And I've got this error message when I try to delete a picture : SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot de
I have a Django project with multiple apps and I would like to manage the template from the project root folder. TEMPLATES = [ { 'BACKEND': 'django.
I have created a new project, and I am trying to add angular-material. I have created material.module.ts in my app folder: import { NgModule } from '@angular/
I'm using ngx-select-dropdown in angular 10, I set multiple as false and I can't able to unselect the value from dropdown which I have selected, please tell me
How to pass the list of objects as a values to the main object in JSON data and get the entire object in response body. { "commands": [{ "insert
I am having issues with how R is handling characters in different languages. I have a multilanguage data set (PL, HR, EN, FR, GE, IT) and I created a keyword st
I create a dialer via dialer := &net.Dialer{} and a TLS dialer via tlsDialer := &tls.Dialer{ NetDialer: dialer, Config: &tls.Config{Inse