Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I have been browsing through web, debugging with llms but not able to resolve this simple thing. Here's my code: // @ts-check import { chromium, test } from '@playwright/test'; import { rmSync } from '...
Shivam Sahil's user avatar
  • 5,227
0 votes
1 answer
33 views

I'm working on a React component and using the code below to change a class between small, medium, and large to handle mobile, tablet, and desktop (`banner--${size}`) with the size as a state variable ...
Liz's user avatar
  • 1
-5 votes
0 answers
47 views

script.js is a real script, and if I run the program on codespaces, it works, but not on a localhost site, and yet, it doesn't work. There is no sign of struggle and there are no errors. The network ...
MaxBr5's user avatar
  • 1
-3 votes
0 answers
38 views

I am a novice at this so I'd appreciate any help or pointers to help me understand and solve my issue. I have a PHP file that generates an HTML page, that contains a link to an external css file. This ...
Jack's user avatar
  • 21
Best practices
0 votes
7 replies
88 views

I am trying to implement a search function with checkboxes and want to replace part of this function with a variable as to not have to write a switch case with the same code varying in one line. This ...
Vazako's user avatar
  • 1
0 votes
0 answers
41 views

I have a new Angular SSR project with this specs: ts.config: { "compileOnSave": false, "compilerOptions": { "strict": true, "noImplicitOverride": ...
metal-draken's user avatar
Advice
0 votes
4 replies
53 views

Hi everyone, I am a developer with a deep interest in JavaScript. I have been working with the language for some time, but I’ve reached a plateau where I'm unsure of my current proficiency level or ...
Bhanu Sharma's user avatar
0 votes
1 answer
64 views

I have a problem with image, when I add class img-fluid to img, image not resize when I change browser size. I have checked bootstrap 3 with img-responsive and this is the same. I have checked styles (...
Hermas's user avatar
  • 9
Best practices
0 votes
2 replies
76 views

I am creating a ludo board in React, and I need a function to calculate the board's position based on the pieces. I need basic JS code without iterators since I am LEARNING React & JavaScript. ...
SATHISH STEVE's user avatar
Advice
1 vote
1 replies
44 views

I'm using the Highsoft.Highcharts NuGet package in an ASP.NET Web Forms application targeting .NET Framework 4.8. After upgrading from Highsoft.Highcharts v11.0.1.1 to v11.4.6.3, the ChartEvents.Load ...
user32576671's user avatar
0 votes
2 answers
167 views

I'm learning new CSS skills and I encountered something odd which I can't comprehend yet. When I was trying to solve this issue, I noticed that when I use #sidebar in my CSS instead of nav the class ....
Arjan Petersen's user avatar
Best practices
3 votes
8 replies
242 views

How do I learn JavaScript as a beginner frontend developer? What resources do I need (video links and written materials)? Also, would you advise diving right into React from CSS? React seems to be so ...
Tech_Baybee's user avatar
-4 votes
1 answer
95 views

I'm using this command for creating apps: npm create vite@latest Running this results in a long piece of code and this error: SyntaxError: The requested module 'node:util' does not provide an export ...
Kejender's user avatar
0 votes
0 answers
55 views

I am trying to build an animation on a button. The button contains three parts: before, center, and after. The before and after parts contain a “+” symbol, while the center part contains some text. ...
Falak S.'s user avatar
Advice
0 votes
2 replies
66 views

I often come to this case were I render both ExtendedView and CompactView for a component. Those have a display: none css rule based on a container query. I know that the ExtendedView is more likely ...
johannchopin's user avatar

15 30 50 per page
1
2 3 4 5
168291