Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
23 views

I'm trying to link from one page on my website to content in an accordion on another page, and I can't get the javascript to work for opening that accordion automatically. I've looked at a lot of ...
Berlin Mair's user avatar
0 votes
1 answer
25 views

I'm working with Vite and trying to use API keys from my .env file. I'm experiencing a strange issue where the keys appear correctly in console.log(), but my API requests are failing with 401 ...
harsh patel's user avatar
0 votes
0 answers
22 views

I am trying to add a custom CSS file (style.css) and a JavaScript file (custom-script.js) to my WordPress theme. I want to ensure I’m doing this the "WordPress way" to avoid conflicts with ...
Savithavathi S's user avatar
-6 votes
0 answers
30 views

Dependencies pages_read_engage header 1 header 2 cell 1 cell 2 cell 3 cell 4 ment pages_show_
Shakila's user avatar
0 votes
1 answer
41 views

I’m building a Next.js application where users must complete a required step (for example, identity verification or a comprehension step) before being allowed to access certain protected routes. The ...
Benjamin Campopiano's user avatar
0 votes
1 answer
38 views

I’m trying to configure Firebase Realtime Database on the client side using the following code: import { initializeApp } from "firebase/app"; import { getDatabase } from "firebase/...
Vasudeva Tantry's user avatar
-1 votes
0 answers
62 views

I have a React project and in short I have a selector that selects projects. When a project is selected it should be set as selected and should start loading it's Revit version in the background (...
sfaust's user avatar
  • 2,473
0 votes
0 answers
30 views

Problem I have a token object stored in localStorage: { accessToken: string idToken: string refreshToken: string } When I resfresh the page I have the following interceptor built: import {...
Mark Hill's user avatar
  • 1,851
0 votes
0 answers
31 views

In my application I need to ensure that an array of Promises will be executed in the order as given in the array. Addtionally, the application shall "wait" a certain time after each Promise ...
kabeleced's user avatar
  • 629
0 votes
0 answers
129 views

I am working on a website, and I want to make the headings have an underline with an animated fog mask so random parts gradually fade in and out. Below is a mock-up of what I want to achieve: I was ...
Lawton's user avatar
  • 287
0 votes
0 answers
38 views

when i login the refresh cookies is set like that : response.set_cookie( key="refresh", value=str(refresh), httponly=True, secure=False, samesite="None", ...
Jl Ayman's user avatar
Advice
0 votes
4 replies
33 views

I am in a phase where I select a repo that is perfect for me. A problem arises when I pick an issue from the repo, then I go blank on how to approach it. So my main question is how to solve that issue,...
jhonny's user avatar
  • 1
1 vote
1 answer
53 views

I'm trying to get a RECAPTCHA v2 request + response in my web project but so far I've got a lengthy g-recaptcha-response in my URL when I trigger the captcha action in my project. I'll provide the ...
gokacinlar's user avatar
Advice
0 votes
5 replies
51 views

Ok, let me start by stating some facts, then comes my question. Functions in JavaScript can optionally have names themselves: (function f1() {}).name yields 'f1', because the function has a name when ...
the.reversengineer's user avatar
-3 votes
0 answers
62 views

I’m working on a small browser-based version of the NYT Letter Boxed game. The game rules are: Players create words using letters from a “box” of letters. Each word must start with the last letter of ...
Hellen charless's user avatar

15 30 50 per page
1
2 3 4 5
168401