I have 2 files. I need to add the count of rows of the both and write it to 3rd file. If the content of 3rd file is >25 , i need to print error.txt and if =&
I am getting different output while filtering unique dates .. It is working correctly in some case and incorrect in some for example below..I am not able figure
I want to migrate my teams and their modules to swift package manager. Some of my dependencies do not support it support SPM (missing a package.swift file) Ther
I want to double integrate 2D acceleration data in object coordinates to get 2D position in world coordinates. The object always points in the direction of velo
I have used the spawn module to call a script1.py function from my nodejs export handler but it does not work. The index.js file is as follows-: exports.handler
select column_name::date, count(*) from table_name group by column_name::date What is the equivalent of this SQL query in Sequelize? I couldn't find what to do
I'm trying to stablish connection to Heroku Postgres Database and a receive this error: psycopg2.OperationalError: FATAL: password authentication failed for us
I want automate a scenario which starts with Desktop chrome after performing certain action need to switch to Mobile app and validate the data in the Mobile App
Ok, I think I am doing the promise wrong. I have 2 problems: The results inside the class is working not problem. but when I retaive it at app
I have an API call that returns data about the current user (i.e., username, full name, authorization group memberships, email address, etc.). I would like to o