Skip to main content
-1 votes
0 answers
28 views

Im using JavaScript Web audio API. The good news is that the filter I created works as expected. The bad news is that my app applies the filter without being prompted. The flow is like this: user ...
Michael Johnson's user avatar
-2 votes
0 answers
65 views

I have a separate backend I'm building, and I basically have the main auth endpoints. I was making a frontend for it with Next. The thing is, there's a problem with after I login. When I login, it ...
XXOOORRRRR's user avatar
-3 votes
0 answers
56 views

I'm using assets from https://quaternius.itch.io/3d-card-kit-fantasy in a react project, with r3f. Assets pack is composed of different elements, shown in the image left to right: container (with ...
c.bear's user avatar
  • 1,449
-4 votes
0 answers
28 views

I am working on ReclaimX, a full-stack campus lost & found platform (Final Year Project). GitHub: https://github.com/SniperRavan/RECLAIMX Problem On the Profile page (pages/profile.html), after ...
Sniper_Ravan's user avatar
Advice
0 votes
1 replies
51 views

For debug purposes in JS I decided to create a set of integer->string look-up tables which would allow me to re-interpret WebGL system constants back with their symbolic names. I used the "...
Petr Pivonka's user avatar
Tooling
1 vote
1 replies
92 views

When I run npm install, most of the time it is corrupted, missing dependencies, and critical files. Is there any way to bypass this and install without errors?
Yasheen Bambaranda's user avatar
Best practices
1 vote
7 replies
114 views

In the following code I have a header, which is being used in a Route Layout called RootLayout.tsx which is a parent root to my whole application. First I implemented the scroll hiding mechanics, and ...
Debabrata Adhikari's user avatar
Best practices
1 vote
1 replies
27 views

We are using angular version 15. As part of our internal UI modules for styling from the client side itself, according to those versions of those modules there was an ADA issue. The ADA issue is about ...
Modern_coder_2003's user avatar
Advice
0 votes
5 replies
69 views

I'm trying to find out whether a horizontal line of divs exceeds the width of their container. If they do, they should be displayed as a dropdown, as they are not allowed to overflow (and the divs ...
orange's user avatar
  • 8,261
0 votes
0 answers
46 views

I am programming a qualtrics survey. I have multiple blocks and I want to randomize the order of questions within the block once, so that the order is maintained throughout the whole survey. The issue ...
flâneur's user avatar
  • 359
-1 votes
1 answer
110 views

Is it possible in JavaScript to pass a function to a function and execute it within the variable scope of the receiving function? Something like Tool Command Language's uplevel? In this example, can ...
Gary's user avatar
  • 3,302
Best practices
1 vote
14 replies
104 views

For context: I'm new to coding and still learning. What I want: I recently started to play around with JavaScript, and was trying to make this function as "unrepetitive" as possible. I'd ...
mar's user avatar
  • 1
0 votes
0 answers
65 views

I have web application using .net 8.0 mvc and jquery data table. ajax calling from the client side and mvc returns json data. Data display and all features(pagination,soreing, export etc.) are working ...
Morshed's user avatar
  • 233
-7 votes
1 answer
111 views

I'm trying to make a graphics test using tables as individual pixels, where you can move around using WASD, with the player character being the "@" symbol. I'm using this code: <!DOCTYPE ...
Sealington's user avatar
Advice
1 vote
2 replies
65 views

In the react reference documentation for the Children API(#transforming-children Scroll down to "Pitfall") it says: There is no way to get the rendered output of an inner component like &...
Harry Fish's user avatar

15 30 50 per page
1
2 3 4 5
168299