Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I'm working on a website that uses the Catppuccin theme system. Dark mode works fine, but I'm having trouble getting the background image to render correctly in light mode (Latte). My default ...
Doughmination's user avatar
Best practices
0 votes
0 replies
22 views

In the decorator's usage notes, Angular claims it does track all deps. Also, inject() is the prefered way to inject deps to e.g. a service instead of injecting deps from its constructor. However, if I ...
Front-a-Little's user avatar
Advice
0 votes
3 replies
85 views

I'm trying something with similar goals as the Knuth-Plass linebreaking algorithm. (However, no offering on the market will work for my use case - and I don't want the overhead of a library anyhow.) ...
Neokythera's user avatar
-2 votes
1 answer
68 views

I am programming a top-down game where the player is a circle and there are circular and polygonal obstacles that the player can collide with. I am using a Separating Axis Theorem library to help with ...
Oliver L's user avatar
Advice
0 votes
2 replies
62 views

I am trying to either add a button or automatic white space trimmer to my search bar on submit. For example if I copy and paste numbers, sometimes there are spaces before, this I want to remove ...
Jay's user avatar
  • 1
Advice
0 votes
4 replies
71 views

I created a rather simple interactive illustration with html (an <svg> with four <button>, all inside a <figure>) with a bit of css and js so that when the user clicks the buttons ...
Nicolas Bège's user avatar
Advice
0 votes
2 replies
54 views

I'm very new to Javascript and was making a little DDLC themed widget, I got it working as intended but I worry my inexperience made me end up doing Javascript that's bulky and over complicated and I ...
Nami's user avatar
  • 1
0 votes
0 answers
62 views

I'm trying to implement a three.js texture loader for the JPEG 360 format. For this purpose, it's really a JPEG image embedded in a nested set of "boxes", very similar to the structures used ...
BradHards's user avatar
  • 702
Advice
0 votes
3 replies
79 views

I was solving a problem, and Its important to compare both dictionary, but js doesn't support it I cant use operator like this == or === to compare 2 objects, how can I do that without using any ...
Abhinav Jha's user avatar
Best practices
0 votes
2 replies
52 views

I have a node js code that authenticates with cookies and sessions: import express from "express"; import session from "express-session"; import postgreSession from "connect-...
Umicron's user avatar
  • 17
0 votes
0 answers
48 views

Fresh Next.js install throws createClientModuleProxy / deploymentId / buildId errors on Node.js v24 I created a fresh Next.js app using: npx create-next-app@latest my-app Then I ran: npm run dev ...
Holly's user avatar
  • 1
1 vote
1 answer
116 views

I get the error "400 (BAD REQUEST)" in the browser (dev tools) console when trying to send HTML form data with JS frontend to MySQL database through a flask back end. HTML form: <form id=&...
kingokanu's user avatar
0 votes
1 answer
100 views

so I saw that closures (aka functions that return whole functions) are a neat way to have a function keep variables without needing to pollute globals too much, now the problem is that when I try this ...
My1's user avatar
  • 507
0 votes
0 answers
88 views

I've implemented a simple abc editor using Paul Rosen's abc-basic.js with the ability to transpose the key in the rendered output. I've used the excellent example at https://examples.abcjs.net/editor-...
jjon's user avatar
  • 700
-2 votes
1 answer
77 views

Im doing a HTML forms and I dont know how to take the value of LocalStorage. I dont know how to use it in other .js, adding the code: let descripcion = document.getElementById("descripcion") ...
BlazingWolf782's user avatar

15 30 50 per page
1
2 3 4 5
168216