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

I have a website that is like a to-do app. Everything is working except the delete function (only when the page is reloaded does it not delete the item - which makes sense because a new component is ...
Mezzo's user avatar
  • 13
-3 votes
0 answers
14 views

I really need a way to learn ReactJS. I’m trying but it’s not working. I need projects to practice, but I can’t find any. The problem is I have an important exam. Is there anyone who can help me
Soukaina Aferdi's user avatar
0 votes
1 answer
9 views

I currently have a loop that generates some Animated.Views on top of one another (like in a ZStack). With my code as is, all the views move together on a single swipe rather than one by one on ...
Irene Serrano's user avatar
0 votes
1 answer
16 views

I have installed @polymarket/clob-client and it is in my node_modules but typescript still says the module is not found when i try to use it This is index.ts ` import {ethers} from "ethers"; ...
Nosakhare Kingsley's user avatar
-4 votes
0 answers
41 views

Am using firefox and devtools. I have a div which is stored as a string in js and then injected into my webpage as lets say "#testdiv" I can set the display to anything I like using jquery ...
David Griffin's user avatar
0 votes
1 answer
34 views

The following logical pattern repeats several times: $("#dt_start").on("dp.change", function (e) { $('#dt_end').data("DateTimePicker").minDate(e.date); }); $("#...
Pedro Donato's user avatar
0 votes
0 answers
18 views

I have a jquery based functionality that prefilters all ajax queries so it can intercept 401 requests and refresh api authorization. I used to use a function that simply checks for a 401, refreshes ...
Kryten's user avatar
  • 11
-3 votes
0 answers
26 views

All folders and files are available here: https://github.com/Altazavr/B-production. When I try to build Storybook, I get the following error: npm run storybook:build Error: ERR! => Failed to build ...
Паувер Тзен's user avatar
2 votes
1 answer
55 views

I installed the required packages: npm install react-slick slick-carousel But I am getting this error when trying to use react-slick: Element type is invalid: expected a string (for built-in ...
Kochikame videos's user avatar
0 votes
0 answers
55 views

I am building a Firefox “New Tab” WebExtension that shows a full-screen looping video wallpaper (cat + fireplace). For perf reasons I try to show a static preview instantly and then fade into the live ...
Muhammad Rokonuzzaman's user avatar
1 vote
1 answer
59 views

I have a C# Controller method that happily receives small files but when I try to upload a large file from the browser client, the "files" parameter is null. I have searched the web and ...
McMurphy's user avatar
  • 1,493
1 vote
1 answer
74 views

I have an HTML / JavaScript chat web app using WebSockets. I have also built a simple Ubuntu Linux / Apache2 / PHP socket server geared for WebSockets, using vanilla PHP without third-party libraries. ...
Will B's user avatar
  • 177
Best practices
0 votes
1 replies
30 views

The API endpoint is using the Express.js package while the scheduler is using the bree.js. The previous approach is to wrap the scheduler starting program into a function and start the scheduler when ...
hi there's user avatar
Advice
0 votes
2 replies
104 views

I'm a new web developer here. I was hoping to share some code and see if there's a set of functions to use that maps more appropriately to my problem. My goal is to create a typing game with css ...
Peter Slempers's user avatar
-1 votes
0 answers
45 views

I'm recreating a game based on the FreeSki Windows 95 app. I know my way around JavaScript but i'm stuck on something I thought would be simple. Based on the console.log. I'm referencing the image(s) ...
Timber's user avatar
  • 371

15 30 50 per page
1
2 3 4 5
168448