Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
39 views

I have an Observable source and I want to delay emissions (no skip) as such: Start with first emission, than for every next emission, wait until another Observable tick has emitted once. This should ...
striderhobbit's user avatar
0 votes
0 answers
17 views

I have two applications in Spring boot and NestJS. The Spring boot app stores session data in Redis. The session entity has the following properties: id, jwtId, accountId, validFrom, validUntill. Just ...
Eddy Freeman's user avatar
  • 3,369
0 votes
0 answers
91 views

im building an gym software, and i want to add multiple food to diet array , here's the code i wrote bt it only accepts only one object at a time , i want it to modify for accept mutiple object at a ...
Fahim Abdullah's user avatar
4 votes
1 answer
62 views

I'm trying to add Heading option as popover buttons like below: So I add this to the code: <script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script> <...
Marko Budiman's user avatar
-3 votes
1 answer
68 views

The problem was lazy evaluation of browser giving an "old" console.log representation of array, making me to take wrong actions where the problem was other. Tks for the answers. I'm working ...
lisandro's user avatar
  • 513
-3 votes
0 answers
59 views

I'm using Maplibre and Open Street Maps and trying to generate a map following this tutorial: https://docs.maptiler.com/react/maplibre-gl-js/how-to-use-maplibre-gl-js/. My issue is that I cannot see ...
Slapuccino's user avatar
0 votes
1 answer
52 views

I'm learning WebRTC by making video chat application, and stumbled across the issue I can't fix for days. I had a somehow working version of app, but it was unstable and inconsistent. To improve it, I'...
qwothex's user avatar
0 votes
0 answers
77 views

Created a simple web app from the Visual Studio 2026 template, and added one razor page and a collocated JS file to test invoking and debugging JavaScript. The JS works fine but I am unable to hit a ...
Skippy VonDrake's user avatar
0 votes
0 answers
44 views

I have been trying to add scrollbars to the Stage that has a PNG image in the Layer. The stage is 1024 x 512 and the Layer is 10000 x 5000 size or bigger. As you can see, I am moving the Stage over ...
Jkerich's user avatar
1 vote
1 answer
126 views

I'm using PHP to generate my website's pages, Bootstrap 5 to style the pages and Stripe to process customer payments. I'd like to style Stripe's payment elements to match the underlying theme of my ...
Limey's user avatar
  • 13k
0 votes
0 answers
24 views

I created some pmtiles files. I used tippecanoe and ogr2ogr, with various settings. My goal is: show the files with protomaps-leaflet.js. I already have some leaflet projects with basemaps, geojson ...
iranon's user avatar
  • 1
2 votes
1 answer
55 views

I am using Rollup to bundle code that's going into a <script type="module"> tag on a page. In the source, inputs look like import { createRoot } from 'react-dom/client'; In the output, ...
Thom Smith's user avatar
  • 14.2k
2 votes
0 answers
108 views

I’m writing a Tampermonkey userscript for "https://wplace.live". The site renders a world map on an HTML <canvas>. I want to overlay an image that stays aligned with the map while the ...
Blob Organic's user avatar
-5 votes
0 answers
99 views

Okay so let's switch this around so that you are getting a more full picture //this fetches the textfile function fetchTextFile() { fetch("../TxtDatabase/Contactpage.txt") .then(...
jens's user avatar
  • 295
0 votes
0 answers
22 views

I am using powersync react-native with opsqlite in my mobile client. I download a bundled db in my app and use that to initialize powersync. Now that bundled db has tables which are not synced through ...
Muhammad Jahanzaib's user avatar
Advice
0 votes
2 replies
15 views

I'm streaming a csv using a worker but I get this warning, Duplicate headers found and renamed. even if the csv has no duplicate headers keys. CSV: CHIAVE|COD_DITTA|COD_ARTICOLO|COD_DEPOSITO|...
Filippo's user avatar
  • 153
0 votes
0 answers
36 views

I am trying to fetch polarion work item description and sent that to other api using post request in polarion document->workitem properties sidebar. I am not able to fetch polarion description ...
Pallavi's user avatar
  • 39
-1 votes
0 answers
93 views

I'm trying to use React Testing Library with Jest and I'm not sure how to address it. I'm trying to test React components with Jest and RTL and I keep getting caught with erasableSyntaxOnly errors. ...
Se Joon Park's user avatar
1 vote
1 answer
71 views

I'm using FullCalendar v6 in a React app with dayGridMonth. I need the month grid to show all events always visible (without more attributes), and allow the week row height to grow to fit the maximum ...
Tiko Volpe's user avatar
-5 votes
1 answer
128 views

I have an issue with editing some code with StreamElements' custom code editor. I have made a custom animation in Adobe After Effects that I want to use whenever someone decides to raid my Twitch ...
Ghost Recon's user avatar
Advice
0 votes
4 replies
35 views

I am implementing a data entry webapp with a multiline <textarea> element, where my users enter text in natural languages formatted as markdown. I have developed a markdown extension, so users ...
Benni's user avatar
  • 1,102
-1 votes
1 answer
47 views

After following the instructions to install a Chakra UI snippet at https://chakra-ui.com/docs/get-started/installation#add-snippets, I still get an error that the import failed to resolve. I added the ...
Dane Iracleous's user avatar
1 vote
2 answers
54 views

I’m facing the following error when trying to install vue-papa-parse in a Vue 3 project created with Vite: TypeError: Cannot set properties of undefined (setting 'Papa') This occurs when registering ...
fjb's user avatar
  • 11
0 votes
1 answer
65 views

Previously, we could convert a file URI to a content URI using `getContentUriAsync()` with `expo-file-system`. This method is now deprecated. How can we do this now?
Jorpy's user avatar
  • 557
-2 votes
0 answers
123 views

I want convert a simple Excel spreadsheet calculator to web application, use jQuery forms. The resulting calc should look like this HTML page,two input fields and result field, plus "Reset" ...
Lexx Luxx's user avatar
  • 296
3 votes
1 answer
76 views

I am currently migrating my codebase from React Router v5 to v7 and have hit a roadblock regarding route validation. In my older v5 codebase, we relied on path-to-regexp support to create routes with ...
Prateek Raj's user avatar
0 votes
0 answers
81 views

I'm using ZPL with Zebra Browser print and Zebra ZD230T printer, everything is configured, I've got v10 drivers and I'm printing labels within a React application. Below is the function I'm calling to ...
Marko's user avatar
  • 19
3 votes
1 answer
83 views

I am building a site for a friend that requires me to include a button to the Google Appointment Calendar. I followed what Google said to do, but when I implemented it, it showed the button at the ...
logan k's user avatar
  • 37
1 vote
1 answer
48 views

I have been working on a custom echart. x axis is timeline and each category element has 2 x values, start and end. The issue I seem to be having is when I try to use the dataZoom slider, I get weird ...
Michael Weiss's user avatar
1 vote
1 answer
53 views

I'm trying to test Facebook's Deep Link Tester, apparently it works on android devices, on iPhones it works on some devices that I used (iPhone 16 - iOS 26). I also tested another device which is the ...
Charli's user avatar
  • 18
4 votes
1 answer
57 views

I am using google charts and I need to chart pos/neg values with annotations. The negative annotations show up by the axis. Is there a way to switch the -0.95 annotation to below the blue column? ...
Bill Moreland's user avatar
1 vote
2 answers
128 views

I have two JavaScript functions and i have a submit button for each function, whats the best implementation to add a few seconds wait between the two functions for example in JavaScript. setTimeout(...
markus625's user avatar
Advice
0 votes
2 replies
31 views

Windows 10x64 I have an array of browsers (Chrome, Chroimum, FF, etc) and I have a need to run specific app in KIOSK mode in browser (slack/discord) but any links clicked inside that instance has to ...
Digika's user avatar
  • 147
Advice
0 votes
8 replies
64 views

Hi I am a beginner in programming, I just want to ask if I were to make a website what IDE should I use to run the frontend and backend? Like merge ( ? ) Can I use Visual Studio? Or something else. ...
Blueberry's user avatar
-3 votes
1 answer
80 views

I'm running a whatsapp-webjs script and trying to retrieve groupchats. Here is the code: function getGroupChats() { return new Promise(async (resolve, reject) => { try { const chats = ...
yoenuts's user avatar
  • 47
1 vote
0 answers
54 views

The documentation says: Statically Served It is possible to manually download the files from https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/dist/. import * as duckdb from '@duckdb/duckdb-wasm'; ...
Tomáš Zato's user avatar
  • 54.1k
1 vote
1 answer
52 views

I'm trying to get all info from the top of column A through the bottom of column AD. When I try this code, I get error code: 0x80070057, I believe the lastRowAD function is causing it. let colADUsed =...
Jayden Tijerina's user avatar
3 votes
1 answer
71 views

I want columns AA through AD to fill to the bottom of column Z. My current code autofills columns AA through AD all the way down to row 1000, which is usually way more than is necessary but could also ...
Jayden Tijerina's user avatar
-1 votes
1 answer
60 views

I'm new to this, and could use some guidance. I have a 2 dimensional associative array that is passed from PHP to javascript using JSON and I am trying to access the array in javascript using the ...
Jack's user avatar
  • 27
1 vote
1 answer
72 views

I'm attempting to make a simple animation that fades out a block-level element and then removes it from the DOM. It's a simple opacity-based fade-out, and I have another element sitting under the one ...
Pandappuccino's user avatar
-3 votes
0 answers
30 views

I’m using Hugo with FlexSearch for client-side search. Current setup Hugo generates an index.json at build time FlexSearch is used in JavaScript Search currently works as inline autocomplete User ...
Kevin Dodiya's user avatar
2 votes
3 answers
170 views
+50

See comment in the code: // Here I want to attach som text to checkout page under order review table for this specifik product id 7498 if quantity is 1 I have in the code bellow tried many things in ...
Tony's user avatar
  • 93
-3 votes
1 answer
69 views

Why this doesn't work? When I hit the "c" on my keyboard, nothing is logged to the console. <input type="hidden" id="keyDetector"> <script> const keyDetector = document....
Jonan Vos's user avatar
-1 votes
0 answers
51 views

Body of the Question I am developing a web tool (a Single Page Application built with vanilla HTML, CSS, and JS) to manage publications on multiple client WordPress sites. I utilize the native ...
Bruno Clal Almeida's user avatar
0 votes
2 answers
51 views

I want to highlight resource lanes in the resource timeline view on hover. Currently when adding event listener for mouseenter to a row via the resourceLaneDidMount callback the listener is only ...
TheCuriousDev's user avatar
0 votes
1 answer
113 views

Using the code: const input = document.querySelector("#Tester"); console.log(input); console.log(input.value); <input type="range" id="Tester" min="4" max="250" step="5" value="25" /> 24 It ...
Tom Gullen's user avatar
1 vote
0 answers
50 views

I am using react-native-maps and facing an issue where none of the MapView events are firing — including: onRegionChange onRegionChangeStart onRegionChangeComplete onPress onPanDrag This happens ...
MOHAK's user avatar
  • 1
-5 votes
0 answers
34 views

I want to find a way to disable char by char output of biome linter. 'char by char means' that when i run bunx biome check, biome starts to output the content of checked files slowly, even though ...
marigold's user avatar
1 vote
1 answer
80 views

I am working on an HTML5 Canvas project where I generate text dynamically and want it to behave like an ambigram (the text should look the same after rotating the canvas by 180 degrees). My goal: ...
Manzoor Ahmed's user avatar
5 votes
1 answer
128 views

I’m using SortableJS to build a horizontal nested drag-and-drop layout. The lists are flex containers with flex-wrap: wrap, so items are placed in rows and can wrap to the next line. Items can be ...
Salamander's user avatar

1
2 3 4 5
50512