Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
26 views

I'm stuck with Code 39 not generating the correct barcode. It's too short. I need it to generate the full length version. I've attached my JavaScript for you to look at. These are the two JavaScript ...
Jay Melbourne's user avatar
Advice
0 votes
0 replies
44 views

Actual problem The actual problem I'm trying to solve is loading resources, among which are potentially 8+ (more than the parallel connection limit) long-running requests. (nd-json) The issue is that ...
AI0867's user avatar
  • 396
-4 votes
0 answers
39 views

I haven't owned any Huawei device yet as all of the native HarmonyOS products is only available on China or requires emulating them (which my laptop can't afford to do this and take a risk). I need ...
Arturo Rabino's user avatar
-3 votes
2 answers
103 views

Arrow function didn't need 'return' for single line and arr.reduce function pass the first argument to next call. So we didn't need to return first argument and also didn't need create the multiline ...
malik yasa's user avatar
Advice
0 votes
5 replies
66 views

Elo, my issue is the following... I have a map in js, which was created through a fetch(). This map however includes an arrow function, of which I can't grasp how to access one of its properties/...
xFgn's user avatar
  • 37
0 votes
2 answers
77 views

let el = (t, p = {}, ...c) => Object.assign(document.createElement(t), p, { append(...a) { return HTMLElement.prototype.append.apply(this, a), this; } } ).append(...
-2 votes
1 answer
24 views

Does anybody know how to display waypoints included in a GPX in Openlayers? I tried the following, but that gives me only the track, not the waypoints: var lgpx = new OpenLayers.Layer.Vector("...
Alain Knaff's user avatar
Advice
0 votes
1 replies
57 views

so I have been diving into NodeJS's internals and specifically in the event loop and how it handles different phases and whilst I was reading and wrapping my head around things I had a thought about ...
Omar Handouk's user avatar
-2 votes
0 answers
39 views

I am facing an issue in my React Native application where the app crashes on iOS when changing the language and triggering a restart. 🔧 Environment: react-native: 0.73.2 react-native-restart: 0.0....
Shahad Ansar Gallery's user avatar
0 votes
0 answers
42 views

I keep getting this error when ever I enable the camera call?.camera.enable() for video calls in my Expo React Native app No permission to publish VIDEO const myCall = client.call("default"...
Victor Ezekiel's user avatar
Advice
0 votes
2 replies
54 views

I have implemented paypal smart buttons on a modal, then i realized that if open the credit/debit card form and then close the modal to chose another product. The amount that is configurated is still ...
Decome Soporte's user avatar
-3 votes
2 answers
85 views

I'm doing a coding exercise. I must create a recursive function that return the depth of an object. Said object has several properties and arrays of children, emulating a family tree: const foo = { ...
Annie McGarden's user avatar
-1 votes
0 answers
46 views

I'm building an internal auth SDK that requires a configuration method to run before any of its other functionalities will work. I've put logs all over the place, and I've discovered that when I call ...
VitaminTussle's user avatar
1 vote
0 answers
67 views

When running npm run dev I get the error Error: Error during dependency optimization: X [ERROR] No matching export in "node_modules/@XXX/core/src/multicast.ts?sharedworker" for import "...
striderhobbit's user avatar
0 votes
0 answers
52 views

I am building a web application using React (Vite) and Firebase Authentication. I am facing an issue where Google Login works fine on localhost, but on my custom domain, it stucks on a blank white ...
Md. Sakib's user avatar

15 30 50 per page
1
2 3 4 5
168282