2,526,908 questions
0 votes
0 answers
11 views
The card details section not apperaing during Tap Web Card SDK V2 integration on website
has anyone faced this issue ever during integration of tap payment gateway web card sdk v2 https://developers.tap.company/docs/card-sdk-web-v2 const { unmount } = renderTapCard("card-sdk-id&...
0 votes
0 answers
16 views
Where is the yjs.js UMD bundle in the latest Yjs releases? VS Code Webview cannot load ESM
I'm developing a VS Code extension that loads Yjs inside a WebView. VS Code WebViews cannot import ES modules due to CSP restrictions, so I cannot use: import * as Y from "https://esm.run/yjs&...
0 votes
0 answers
22 views
How can I update multiple Elementor button links globally from one place in WordPress?
My site contains many download buttons (Elementor buttons) that all point to a .exe file download URL. I want to change the download link from one central place, and automatically update all download ...
Advice
0 votes
2 replies
50 views
Making a palindrome out of a string of random letters (or any given value type inputs)
Found this code exercise on W3R. Been trying to figure out the relationship between the outer and inner loop (i and j), but can't seem to wrap my head around it. If anyone could walk me through this ...
-1 votes
0 answers
31 views
Elementor Pro 3.32 Reduced Motion Preference
In Elementor 3.32 Pro, the builder now fully respects the user’s reduced-motion preference. This means that no Motion Effects are activated when reduced motion is enabled. I manage a school website, ...
0 votes
1 answer
38 views
Firebase deploy getting eslintrc error, module not found
Im only using firebase functions, im building a flutter app for android and ios and my backend will be firebase functions, firestore, etc. Everything is working just fine in my local, but when I ...
-1 votes
0 answers
30 views
Component Re-mounts on redux state changed [closed]
As soon as I use dispatch to change a property of the object in redux state, suddenly the whole component re-mounts in react native. Below is a part of my Slice.tsx: const initialState = { ...
-3 votes
0 answers
58 views
How to give a pixel wood texture to font similar to Stardew Valley? [closed]
I'm currently working on my bachelor's project, I downloaded the Stardew Valley Title font to use it in my Web Game but I'm having problems getting that wooden texture. Here is how my title related ...