Skip to main content

All Questions

Tagged with not
0 votes
0 answers
30 views

I am building a VR web app on Unity and using the WebGL platform with the WebXR export. I am not doing much special at the moment except using the WebGLTemplate HTML file to request an XR session when ...
Samson Afolabi's user avatar
2 votes
1 answer
51 views

I am building a multi-page application using Vanilla JavaScript (no frameworks). To avoid code duplication, I fetch a shared sidebar (sidebar.html) and inject it into a placeholder on every page (e.g.,...
Sniper_Ravan's user avatar
-1 votes
0 answers
29 views

I have a minimal Vue 3 application created using npm create vue@latest. The application contains a simple App.vue file with the following contents: <script> export default { data: function(...
user32882's user avatar
  • 6,125
-4 votes
0 answers
55 views

I need to check for an empty string, however the regex doesn't seem to be doing what I think it should. var ele = document.getElementById('theId'); console.log("Length of ele is " + ele.innerText....
user3799810's user avatar
-1 votes
0 answers
38 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
-3 votes
0 answers
83 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
-4 votes
0 answers
33 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
3 replies
61 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
103 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
1 replies
29 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
72 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
47 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
116 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
15 replies
113 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
67 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

15 30 50 per page
1
2 3 4 5
154590