I have following code that works fine if parameter (the file .csv) is present. It must be, in W10 cmd: target\debug\testecsv < file.csv But it I enter: targe
I need to test some pages on a project and this project do some APIs call to external services. I need to make sure that these calls are made and check if my pa
I am trying to work some image-process tasks with opencv on GPU with CUDA. I am using ubuntu. I setup my two products Opencv and Cuda without a problem, I am su
function UserAccounts() { const [accounts, setAccounts] = useState(); useEffect(() => { async function fetchAccounts() { const res = await fet
We have a SQL agent Job A that runs a SSIS package in Step 1 and then in step 2, triggers another Job B that runs a SSIS package. The process works fine most da
A bit of a beginner to OAUTH and wanted to ask if I understood something correctly. I'm using OWIN and C# and I setup the following scenario: a user makes a re
I tried to execute an azure function based on Python and get this problem PLAYWRITH_BROWSERS_PATH=0 is already set, also I tried put playwright install on requ