295,078 questions with no answers
0
votes
0
answers
222
views
Error: Cannot read properties of undefined (reading 'path') when uploading files with Multer and Cloudinary
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
Embed font + LICENSE in a third-party library using current JavaScript bundlers
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
How to change Froala editor usage from jQuery to vanilla JavaScript?
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
How to add a static method to the built-in URL class?
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
How to control the wdth axis of a variable font in p5.js v2 without using CSS?
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
Insert a custom header into Dash JS version 5.x.x
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
How do I make fully customisable home page for user
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
PrimeVue: Edit DataTable Cell using CDN option
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
Angular 21 cold start error: platform2.detectOverflow is not a function (Shepherd.js + @floating-ui/dom) — works after refresh
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
How to scale absolute div and children with spritesheet images aka tile map
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
highcharts - Series Data X and Y value?
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
How to replicate this exact DCF valuation bar UI in ECharts (stacked zones + overlay labels)
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
PlayCanvas endless runner: Chunks not spawning immediately after clicking the respawn btn when player has already moved far
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
Schema validation failed with the following errors in Angular project
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
Can't submit any forms, anywhere in website in the tab opened by email verification - Laravel blade
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....