I need to create a set of RSA keys (public+private) on the client (javascript), send it to the server (Ruby) that uses those keys to encrypt data, which is sent
How can I create a text A under the product price on the product page in case a variation is not selected. When a variation is selected I would like to have ano
Hello everyone I´m learning about webpack and i saw this two ways to install it, I was wondering if there is any difference between this two ways: this on
I am using the library "react-google-recaptcha-v3" for reCAPTCHA in React. I have a SignUp component, which essentially is something along the lines of a form w
I tried to do basic things. I have an array that contains multiple objects. I want to add new key-value pair in every array object. I tried this by following co
Can anyone tell me why I'm unable to detect the load event on this image element and set the loading GIF to display: none? I'd like to set the div with the load
I am planning on building an chrome extension that would allow 2+ users communication on different devices. Basically one user would fill out the textarea and s
This is three similar actions needed in one sheet. Hopefully this ends up being a useful question in general. I have a script that copies the values of arbitrar
I want to be able to upload a profile picture as well as a banner picture on the same page. When I configure filepond in 2 separate elements it adds the options
I know that hooks cannot be called from functions other than React Functional Components, this is a bit different. I have created some utility/service type func
I decided to bite the bullet today and upgrade from tailwind v2 to v3 for my react app. The upgrade went well, but I now have a problem where after I run "npm s
I'm trying to update a column in my PostgresQL database using Nodejs: res.rows.forEach((tmdbID) => { (async () => { const json = await fetchMovieDat
My accordion is designed have multiple panels open when the window is greater than 992px. When the window is less than 992px, then only one panel will open at a
I am creating a minecraft bot using mineflayer library. After a bit of work I decided to make code readable and reusable (image of file organisation) and also s
I have a button that increments a vote counter whenever it is clicked, however I am having trouble implementing it. When I first click the Vote button, the func
I am trying to fetch the central device name where central is Javascript based web-app and pheripheral is Nano ble 33. I am using web-bluetooth API and I am abl
import axios from 'axios'; import React, { useEffect, useState } from 'react'; import { useAuthState } from 'react-firebase-hooks/auth'; import auth from '../..
It's my first time trying to learn Firefox extension development. To get started, I'm trying to make a simple extension that alters some parts of the youtube.co
I need to change this text: var text = `this is an example text. 1coffee , 2 coffee , 1 apple, 2apple , ?banana ,carrot`; using these 2 arrays : var arrOld = [
I'm new in Leaflet and I need to add a red polyline using an array of LatLng points like var latlngs = [ [45.51, -122.68], [37.77, -122.43], [34.04, -118.2] ];