I have an ASP NET page with a dropdownlist. When the user select an item, a postback occurs, but it takes some time to receive the response, due to se ...
I have an ASP NET page with a dropdownlist. When the user select an item, a postback occurs, but it takes some time to receive the response, due to se ...
I'm using netcode, I'm doing something like the code below where an object spawned by either condition has the same owner id. I have only one connecte ...
I am very new to .NET Framework especially 4.0 and have not found any article nor documentation regarding how to make a REST API request with .NET Fra ...
I'm trying to send packets from client to server over tcp stream. The client connects to the server and tries to send an image. However, the server ge ...
First of all, I am really new to dockers and everything that relates to it. I tried to use tutorials and instructions from web, but I see the answers ...
I have a commands folder containing files that contains slash commands, and i have to import the client instance from index.js to another file, but wh ...
How to convince businnesses the benefits of switching to DevOps? Most clients are not convinced as they think it will be costly. I haven't tried anyt ...
If you have a gs:// blob, how do you download that file from GCS to Vertex AI notebook in GCP using python client library? ...
I wanted to do some performance testing of my site. For that purpose I wanted to fire n requests asynchronously, combine the Futures that result of th ...
I used the script below and got a "Sign into google" button that just lead into an empty window. This would usually lead into the classic sign into ...
here is my code i'm trying to integrate with a script that runs 24/7 basically every time my condition sets to true in the main code i want to run ...
I wrote a server.py file that enables saving the name, surname, index number and average grade of the students. When I run the client.html file and en ...
I understand JWT can be used to authenticate a user but not much info seems to available on how you can secure the connection between frontend and bac ...
In the first page I am trying to use the same variables as in second page. But I am not able to import the variables to the below page and I am ...
I am attempting to authenticate with Microsoft Defender for Endpoint's API service by following this learn article: https://learn.microsoft.com/en-us ...
. Answers to this question are eligible for a +100 reputation bounty. d ...
I have an application written on Blazor Web Assembly. Blazor WebAssembly has three projects, the Client, the Server and the Shared. I am looking a wa ...
El servidor tiene problemas para funcionar, he sacado el código de openai.com, pero parece que sus respuestas estan sacadas del código de personas que ...
I want to send two different messages to a websocket server but with different time intervalls. For example: The first message should be send ever ...
i am getting this error it also says credentials is unknown. so i cant do credentials = credentials Ive tried the regular version, but it did no ...