I have a discord bot running with docker and docker-compose, how can I update the image of the container without any downtime? Its very important for me, that t
I need create a ecommerce api using Java and Spring. But how create a background process, for example: After place order, i need send confirmation e-mail, wait
having this error do you know what is wrong with my code? Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeh
I'm trying to create a 8ball game and when i have it send out the random response after the user inputs their question it just sends in the terminal a-z (alphab
Not quite sure how to formulate this question, but I'm trying to combine one event with multiple other events, in a way in which the shared event's pipeline is
From one of my previous questions (Creating adjacency matrix with dirty dataset), I was able to clean nearly all of my data. Thank you, you brilliant coders. Ho
App was working perfectly before adding the java code(where i am trying to create a BMI calculator) it entered the bottom navigation but now it crashes.
I have created a new component Navbar.jsx import { Disclosure } from '@headlessui/react' import Image from 'next/image' import tacoPicture from '../public/lets-
I've been trying to write a code that tracks a chart (chart1) and implements indicators on another chart (chart2), basically there is a correlation between them