I try to run my nestjstutorial app, the below error is showing. My backend is connected to a PostgreSQL db. TypeError: Cannot set property metadata of # which
I have a XML file nodes.xml which I would like to show in TreeView <?xml version="1.0" encoding="utf-8"?> <nodes> <node1 attr1="val1"/>
const adminSession = session({ secret: process.env.ADMIN_SECRET, resave: false, saveUninitialized: false, store: sessionStore, name: "adminSession",
Need to find Min sales date and Max sales date by Sales Rep for customers. For a customer, the sales rep gets change over the period of time. So Max sale date
in my project I use ISession to store a string list in session cache like this: var cacheData= someStringList; var byteArrayCache = CacheHelper.convertListToByt
I have a DataFrame containing multiple vectors each having 3 entries. Each row is a vector in my representation. I needed to calculate the cosine similarity bet
I am getting raw data from OBD adapter, It is getting parsed for single line but for multiline response I am not able to parse. I used below code to parse S
I have basic knowledge in ssl and when executing the connection of an application made in delphi with ZeosLib in a MySql database, I had a question regarding th
What is the most reliable way to detect if some one has directly connect to my socket connection instead of browser? I know that we can bypass all of that but I