11 questions with no answers
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....
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 ...
Best practices
0
votes
0
replies
42
views
Reliable cross-origin iframe resizing: iOS Safari drops postMessage on device orientation change (ITP issue)
I am architecting a frontend wrapper to integrate third-party HTML5/WebGL demos into a portal. Due to strict security policies, the external app runs inside an iframe hosted on a different domain. I ...