Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
30 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
47 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
28 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
29 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
125 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
37 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
50 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
50 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
61 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
1 vote
0 answers
46 views

I’m trying to use a Node.js library inside a Cloudflare Worker (deployed with Wrangler). My wrangler.toml: name = "my-worker" main = "src/index.ts" compatibility_date = "2025-...
Guru's user avatar
  • 1,110
1 vote
1 answer
67 views

I'm building a stock dashboard using Next.js 13 (App Router) with React Server and Client Components. I have a "watchlist" feature where users can add/remove stocks, and the changes are ...
Thodoris_Diamantidis's user avatar
0 votes
0 answers
23 views

I am making a blog and am currently adding support for image thumbnails to my blog posts, but Astro keeps telling me "Local images must be imported". Now it won't load my site's thumbnail ...
André Vitor da Silva Cardoso's user avatar
-4 votes
0 answers
89 views

I have a HTML table, 13 rows versus 7 columns. The first 8 rows are used to enter numerical data like: <td><input type="number" id="value1" class="tds"></...
Felix's user avatar
  • 19
1 vote
0 answers
21 views

In AmCharts 5, when a new data is pushed into the series (Line Series or Candlestick Series whatever), the chart is moved a little bit to adjust the position for the new one. It is the default ...
S M Shahriar Zarir's user avatar

15 30 50 per page
1
2 3 4 5
168401