I would like to exclude all test files in tsconfig.js. Files that should be excluded *.test.ts *.test.tsx *.test.jsx *.test.js *.spec.ts *.spec.tsx *.spec.jsx *
I just upgraded to Google Chrome 100.0.4896.127 and I'm seeing the following error in my Angular 13 application in the console: Uncaught TypeError: Cannot read
font-end code(HTML, Javascript) I want to make delete button but i can't send ObjectID with ajax var retName = $(this).data("row-id"); $.
I am working on the countdown timer and I have found this code which pretty much what I need except I dont want to restart the timer when it reaches 00:00. I tr
I need some hits how I should go about and implement continuation for lips in JavaScript (my lisp is almost like scheme, except no continuations and TOC). Here
I am getting message on console. "This value was evaluated on first expanding. The value may have changed since then." Is there a way I can collect all objects
I use quasar to build my webapp and I have question regarding testing components with CypressJS. I am using https://quasar.dev/vue-components/select#Example--Ge
I’m unable to load the following URL with Cypress. Getting timeout error. I have set the page load time to 2 mins, still same issue. General URLs eg. (htt
I'm trying to scrape the source of the first image with a specific class. On the page, there are multiple images with different additional classes but they shar
I'm creating a next JS app using this command npx create-next-app my-app --use-npm And everything is installed successfully, but in WebStorm for example when I
I made a discord bot and i have no idea what's wrong with my code i mean look: const Discord = require("discord.js"); const client = new Discord.Client({ i
I created a project with create-react-app using Typescript and latter I was asked to add next.js to it, what happend was that it broked some svgs across the app
Most of the similar questions that arose as I wrote this one were like this (where the user wishes to toggle an element's class using pure JS) or this (where th
I'm facing a problem right know about css & javascript animations, let me explain, I have two columns with a box of information and a button to "see more" o
I am actually creating a chrome extension which creates some tabs in whatsapp web like all, unread, groups etc. And when we select any of these tabs it will fil
I'm trying to query against a schema called DOCUMENT in my postgres db using node-postgres. I can't seem to get a query to run against the specified schema. T
I have created a FlatList that renders names. Each row has its own button. When you click the button, the name is added to a list and the button should change c
Does somebody know how to automatically refresh a webapp turning on Apache in the browser, according to modifications of front end files? For instance I only k
Does somebody know how to automatically refresh a webapp turning on Apache in the browser, according to modifications of front end files? For instance I only k
I am starting to learn to react with REST Countries API. I have to face the error "Uncaught TypeError: inputArgs[0].match is not a function" in console. also, c