I want to establish a connection with asyncio.open_connection but I can't get it to work. first I create the loop and a queue _loop = asyncio.new_event_loop() _
I am trying to understand what is the use of doing condition.await() if I am already doing lock.lock() If I understood locks correctly, once I do lock.lock() it
I am trying to add resource files to my Visual Studio C++ project, but my images do not seem to be copying correctly during the build step. When developing with
I'm trying to create a discord bot, but i have basic problem... I have this on start of code: import discord.py from discord.ext import commands Im gettin that
I am trying to create a button that is always at the bottom and is sticky (fixed). <div class="bg-red-200 fixed bottom-0 w-full"> However, the issue is t
I am trying to get a program to pick an element at random from an array, but I cant initialize the array. every time I run it it points at all of the elements s
I have the following code: <div> <textarea id="tinyeditor" name="description_evenement"></textarea> <iframe width="584" height="175
I want to get value of input tag and compare with sum of 2 numbers. But there is no value tag, or I can not see result number. I tried to get but I got null. Th