So I'm making a verification bot for one of my Discord Servers, and I've come across a problem. Purpose: When the user first joins, they will be only allowed t
Created an flutter app with typegraphql and apollo server in backend. Application works fine. But at random times it throws an error, OperationException(linkExc
When I change the "Ulke" value from the AsyncSelectInputForm, I call the notifyListeners() method so that the "Il" value is null. When I do this, the value I en
Consider the following piece of code: #include <iostream> class foo { int var = 99; public: static int const i; }; int const foo::i = [&] { ret
here cherri image on main window is in png but still its covering lots of space ?i want to remove that white background from tkinter import * from PIL import I
I have this query: String requete = "INSERT INTO reduction(newPrix) VALUES (?) " + "WHERE id_prom=? AND id_prod=?";