Results for node.js
I have a test js script to load into REPL session: // testRepl.js const cls = () => console.clear(); const msg = txt => console.info(txt); const ajax ...
I have a classic file with fixtures and test extends: import { test } from "@playwright/test" export type pages = { functionality: Functionality ...
now i try to develop Node JS app for upload file and data. im success from upload and download file, but problem is i want to upload the file on optio...
I have created a Node JS app to send file along with data. It works fine when I upload a file. I want to make the uploading file an option. When I sen...
I'm facing an unexpected issue while using Nodemailer in Node.js via slack, The subject, which should be in the email subject line, is appearing in th...
In the XML below, I'm trying to remove the nodes ADS and SCV from ONLY the PMT node that has an ID node with a value of AW. PCTX> PMT> ID>...
I am using hostitbro.com linux shared hosting. I can't access terminal. It showing cagefs_enter: Unable to fork. When clicking "Setup Node.js App" it ...
I am working with regular expressions in Node.js, and I'm trying to match words in a line of text. I'm trying to use matchAll as I want to do somethi...
I have a neo4j database with two types of node labels: person and email. One email node always connects two person nodes through the relationships 'EM...
docker-compose.yml has something like this: version : "3" services: irbredis: image: redis:7.2.2-alpine container_name: irbredis irbserver...
I have been trying to run a simple query through Node JS and snowflake. the results are showing when I log it to the console but when trying to call t...
I have a simple EJS app that uses jQuery in the js code to get json data from google custom search API and use the get method to go to /search with th...
I can't figure out how to get the element of a text node but I can get the parent element. I've written a javascript routine to make a selection using...
Can't believe I'm asking this. I wrote a simple linked list and there seems to be a weird bug I cannot find. Please, help me. I add 1, then 2 to the ...
Problem I have a key called stocks in my Redis and its value is 1000. Suppose 300 customers request to buy (100 stocks each) at the same time. In the ...
I'd like to draw an edge from a node to the center of a cluster. Here is an attempt: digraph top { compound=true node[shape=rectangle] sub...
Is this possible at the moment? I would like to use the Timefold webjars webui in Vue/Nuxt (for VRP specifically), however I can't find any resources ...
When I am reading official docs, reading/watching recent unofficial guides, etc. I see var used all over the place inside of function nodes, I very ra...
I'm writing a program that when it's started one of the anchorpane's is opened at the cursor position. I've made it with a method, which is called in ...
I have been struggling with creating a dockerFile from node:16-alpine base image for AWS Lambda. Anything I find on the internet is outdated and I am ...
When trying to run 3 redis instances as 3 docker containers (1 master node and 2 slave nodes) I get the following error for master node: 2023-11-18 11...
Plz advice in my new work I faced very strage issue previous employee incorrectly deployed kubernetes cluster 2 years ago now some application crashed...
I have the following configuration in Azure Kubernetes while trying to deploy an application in the cluster, I getting the following error If this i...
I have two very simple node.js applications: idp (Identity Provider) and sp (Service Provider). These apps don't have any specific business logic, I j...
When I try this, as part of my helmet.js setup I get errors. 'script-src': ["'self'", (req, res) => `'nonce-${res.locals.cspNonce}'`], It worked servi...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?