I have a list of proxies which I want requests lib to use it. Because some of them don't work I want to change the proxy each time one doesn't respond. I have t
My node.js tcp client send data to .net tcp server ; it works when i send it for the first time . But when i want to send it for the second time , i get this e
I have a simple email pipe script. But I need a copy of the incoming e-mail going to another e-mail address. Unfortunately I do not receive the e-mail as I wan
I have 2 Table first is a list of 1 million staff, I have successfully loaded a wildcard search to search through staff. I would like to use results from my wil
I'm trying to fetch and display data from a JSON file using JQuery method getJSON(). The data is fetched using getJSON and each section of data is displayed as
I'm getting an error when trying to push to github from vscode terminal. at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) { errno: 'ENOENT
I have an Angular application that uses i18n. I have 2 packages: fr and en-US. I added a web.config to the root of my root folder <configuration> <syst
I use prisma to interact with my database and i would like to use jest-mock to mock the findMany call. https://jestjs.io/docs/jest-object#jestmockedtitem-t-deep