Skip to main content
0 votes
0 answers
222 views

I’ve been following a tutorial from YouTube and encountered an error when trying to test my API with Thunder Client. Despite my debugging efforts, I haven’t been able to resolve it. I’d appreciate ...
Advice
0 votes
0 replies
37 views

I usually use @fontsource/{font} NPM packages for open-source fonts, but it happens one open-source font I like to use for code sections isn't that popular and isn't anywhere on NPM. I need to embed ...
1 vote
0 answers
131 views

I have an app that loads a third-party form into WebView2 (Edge). When it's loaded a jQuery script is executed using CoreWebView2.ExecuteScriptAsync. This worked perfectly, but now the jQuery library ...
-1 votes
0 answers
118 views

I am trying to add a custom static method to the built-in global URL class in TypeScript so that I can do something like: URL.create("/path", "https://example.com") At runtime ...
1 vote
0 answers
74 views

I am working with a two-axis variable font (wght and wdth) in p5.js v2. I can easily animate the weight axis using fontWeight(). How can I control the width (wdth) axis in the same way? I do not want ...
0 votes
0 answers
35 views

In DashJS version 5.x.x, how do I insert a custom header when loading .mpd and m4s files? Users like chetgpt, gemini, and deepseek have suggested many code snippets, but none of them manage to insert ...
Advice
1 vote
0 replies
147 views

I am trying to make a fully customisable home page for the user. The idea is for it to be like OBS. You can add or remove windows to your home page, and you can resize them so each window takes up the ...
1 vote
0 answers
55 views

I'm a newbie at PrimeVue and am stuck on datatable with cell edits. When I click the cell, it doesn't go into edit mode: https://primevue.org/datatable/#cell_edit Here is a block that replicates my ...
0 votes
0 answers
68 views

We upgraded our application from Angular 20 to Angular 21. After the upgrade, we are seeing this runtime error only on cold start (after clearing browser cache and local storage): TypeError: platform2....
2 votes
0 answers
78 views

I have a png spritesheet file containing images of size 32x32. I have this CSS to extract the images and place on dom: .viewport { position: relative; height: 72px; width: 100px; background: ...
0 votes
0 answers
1k views

I have a line chart that displays the time frame of: 4th August - 5th August, using the datetime type on the X axis. I've been attempting to enter series data of Y-values such as: [355, 345, 340, 340,...
0 votes
0 answers
51 views

I am building a DCF-style valuation chart using ECharts 5, and I want the chart to match the attached screenshot exactly in terms of look and feel. I found an SVG on a Wall Street article and I am ...
0 votes
0 answers
15 views

I have an endless runner game in PlayCanvas. Chunks (level sections) are spawned and recycled based on the player's Z position. But when the player has driven for about 10 seconds, crashes and ...
2 votes
0 answers
198 views

I have two similar Angular projects (both on Angular 20) and currently one of the projects when I run the npm run start command I am constantly getting the error below. Should I remove the package-...
0 votes
0 answers
112 views

If I sign up to my website in localhost (or production) I can use forms for example to logout, but I can't use any forms (logging out, commenting) in the tab email verification opens like this in web....

15 30 50 per page
1
2 3 4 5
19672