Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
22 views

I have an app that contains a canvas I am drawing to, and I'd like to be able to track the mouse position accurately. The issue I face is that the farther you go towards the bottom right, the less ...
GPorubanTKK's user avatar
-1 votes
0 answers
15 views

I am working on a portfolio project and im trying to get these slide indicator dots to stay on the right of the screen and in the middle of the slide. Ive currently got it on fixed, which i dont want ...
Kaleb Pope's user avatar
0 votes
1 answer
36 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-...
user29988923's user avatar
1 vote
1 answer
22 views

I was initially following this StackOverflow answer to obtain data from Child component but given how I had set the component up (based on another StackOverflow answer that I have since lost) i am not ...
Irene Serrano's user avatar
-4 votes
0 answers
47 views

Regular expressions stored in variables const pattern = /^(bg|portrait|poster)(|\_(\d+))\.(webp|webm|jpg|jpeg|png|bmp|mp4)$/gi; let m1 = pattern.exec("poster_1.jpg"); console.log(m1); let ...
Akisazaki RIn's user avatar
0 votes
0 answers
20 views

When I drop content into the TipTap editor on a new line that doesn’t already exist, I see a horizontal line cursor. Why does this happen, and how can I fix it? here is my tiptap extension ...
Alok Shaw's user avatar
0 votes
0 answers
24 views

I’m building a web application that needs to support multiple languages, and I want to set up internationalization (i18n) in a clean and maintainable way. Specifically, I’m looking for guidance on: ...
some guy's user avatar
-3 votes
0 answers
35 views

I'm using Capacitor 6.0.3 and @capacitor/share 6.0.3. I need to share an image that is generated in WebView (screenshot), available as base64 / Blob / data URL. According to the docs, ShareOptions ...
Ardasher Mister's user avatar
-11 votes
1 answer
78 views

Clarification: I am not parsing HTML inside my own API. I am calling Swiggy’s public-looking API directly from a React frontend for learning and practice purposes only. The issue is that this endpoint ...
Natansh's user avatar
0 votes
1 answer
66 views

I have formatted the object accordingly and my to-do items are showing. When deleting a item the issue persists that the item only goes away from the UI when manually reloading the page. How can this ...
Mezzo's user avatar
  • 31
1 vote
1 answer
19 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
2 answers
46 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
0 votes
1 answer
42 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
35 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
2 votes
1 answer
70 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

15 30 50 per page
1
2 3 4 5
168437