2,523,625 questions
1
vote
0
answers
24
views
Trouble calculating HTML line wrapping positions
I’m trying to calculate where an HTML line breaks automatically. I came up with the following formula, which works fine. I found one off-by-one issue in this minimal example, but that’s not the issue.
...
Best practices
0
votes
8
replies
136
views
I learn HTML, CSS, JAVASCRIPT language what i need to do to expert it
I learn html,css,javascrtip from last past months but still stand on from zero to 60% but i am not satisfied from my working could anyone suggest me the tasks i need to do
For Further i already Builts ...
Best practices
0
votes
1
replies
52
views
Webaudio API: Sensible Q factor range?
I have an app at which users can modify the lowpass and highpass of input audio as filters. I'm adding Q, but I don't know what range to assign to the range element for Q.
One of the filters is a &...
-7
votes
0
answers
119
views
Why does my Node.js Express MySQL CRUD API sometimes fail to return data or handle requests correctly? [closed]
Question
I have a Node.js REST API built with Express and MySQL (using mysql2). It provides basic CRUD operations (GET all items, GET by ID, POST, PUT, DELETE). The server starts correctly and the ...
Advice
1
vote
5
replies
157
views
What is the best way to learn and master a programming language faster?
I’m learning programming , but sometimes it feels confusing, especially when I try to understand syntax, logic, and how to build real projects.
For people who have already learned one or more ...
-5
votes
0
answers
55
views
CesiumJS cannot render offline terrain generated by cesium-terrain-builder (WSL2 + CTB Quantized Mesh) [closed]
I am trying to build a fully offline Cesium terrain pipeline on Windows using WSL2 Ubuntu.
Goal:
Generate offline terrain tiles from a GeoTIFF DEM
Serve locally
Render in CesiumJS without Cesium ...
-4
votes
1
answer
90
views
Script warning in Nextjs [closed]
I need help, I keep getting this script warning in Next.js version 16. I am trying to do light mode and dark mode using next-themes
## Error Type
Console Error
## Error Message
Encountered a script ...
-2
votes
1
answer
60
views
How can a Chrome extension access a website’s localStorage token without opening a new tab?
I’m developing a Chrome extension and trying to access a login token that is stored in a website’s localStorage.
Currently, I have permissions up in my manifest.json, and I implemented a workaround ...
Advice
2
votes
4
replies
129
views
How Do Machine Learning Algorithms Improve Accuracy Over Time?
I recently started learning Python and machine learning. I noticed that many developers use libraries like TensorFlow and Scikit-learn for predictive modeling. What are the main advantages of using ...
Advice
1
vote
2
replies
95
views
What is the correct term/algorithm for interactive curved text deformation?
I’m trying to build a custom text warp editor in React-Konva but I honestly don’t even know the correct keyword/terminology to start researching.
The effect I want is similar to the attached image:
...
Tooling
1
vote
4
replies
106
views
How do I fetch album art for a music track using JS if I only have artist name and song name?
Just as I said. I have found many methods to be able to fetch art using album name, but I don't have access to that, at least not right now. I need to fetch it using just song name and artist name. I ...
-4
votes
2
answers
119
views
Delete Dot and change comma at Runtime [closed]
I am importing a CSV file that contains numerous monetary values. My plan is to first read these into a table and then, ultimately, load them into a database.
However, the file includes a column ...
0
votes
0
answers
58
views
Meta Business GraphQL: "Add Payment Method" button remains disabled after running mutation script
I am reverse-engineering the Meta Business Suite MV4B onboarding flow using GraphQL. My goal is to automate the payment method setup.
The Problem: I have successfully executed the following sequence:
...
-1
votes
0
answers
86
views
Google Drive API: Folder creation in Shared Drive fails with corpora parameter [closed]
Problem
I'm trying to create folders in a Google Shared Drive using the Google Drive API v3, but the folder search is not finding existing folders, causing duplicate folders to be created.
Environment
...
Tooling
0
votes
1
replies
76
views
Will my Capacitor WebView social media app (offline, haptics, push notifs, camera, 4 languages) be rejected under Guideline 4.2.2?
I have developed a fully-featured social media application called "Flux" using HTML, CSS, and JavaScript. I am packaging it for iOS using Capacitor (WebView based). Before I pay the $99 ...