Basically what i want is if a user selects some text in a textarea and presses ctrl + b then the text within the selection should be surrounded by stars. so ba
I am trying to run a project from github. While installing its requirements, I get the following error: note: This error originates from a subprocess, and is li
I have an array of products in typescript (in angular) and I need to update their prices in the database via http calls. I insert them in such a way: array.fore
connection to node terminated during authentication. This may indicate that authentication failed due to invalid credentials. (org.apache.kafka.clients.NetworkC
I'm getting time limit exceeded for this code in hackerearth, 'little shino and common factors' problem in python, can someone help me with the problem
In the Delphi IDE, is it possible to select e.g. all controls placed on a TPanel? I want to shift all these down so that I can add a new control at the top of t
I recently installed aws amplify using npm install -g @aws-amplify/cli@latest I am using the basic script verbatim from the aws-amplify site: import { Ampl
I am trying to assign values to a list at ith position. coords = [] lat = 37.312312 long = -118.31231 coords[0] = lat coords[1] = long IndexError
I am having array of objects with the following structure const arr = [ {id: 0, name: "abc", userid: "0"}, {id: 1, name: "lmn", user