I am able to run migrate command when I specify the database name, user and password directly. But when I provide with env variable/value. It says no database s
Hey I am trying to run python script from PHP. For that it gives shell_exec() undefined. It shows the shell_exec() as disabled in phpinfo() [here][1] However it
I am getting below error in the controller Property [id] does not exist on this collection instance Below is my controller , But in the MainBalance where condi
This is my python function: def handle(self): """ The function handles the request :return: The function handles logging in. "
I'm building up a Vue 3 app using the latest tooling which includes Vite. I'm also using valet to render the built site, so I set my outDir in build to public I
I renamed my Existing library to github, I changed everything and things are working fine apart from it's not validating my library now by - pod spec lint KJCir
const Create = () => { console.log('rerender !!') const [parcelType, setParcelType] = useState('paper') console.log('parcelType =', parcelType) retu
How to resolve the spark-avro dependency issue. I am using spark on kubernetes. In the entrypoint.sh file, spark-submit command is used to run the driver. CMD=(
I am trying to retrieve real-time data from a running Java application and push it into an API I have on a server.| I have no access to the source code of the r