Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
12 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
0 answers
22 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
1 answer
47 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
  • 304
2 votes
1 answer
25 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
41 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
  • 11
-2 votes
0 answers
83 views

Just a example. If I have a function to do some services,and this function should check param type like this: function did(p) { if(type of p is not ok) throw Error(); } It's good to record stack ...
zihahahaha wang's user avatar
2 votes
1 answer
64 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
  • 27
1 vote
1 answer
32 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
32 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
  • 19
5 votes
1 answer
47 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
-4 votes
1 answer
31 views

I have installed the shadcn and its components like carousal, card and I set the API to null. const [api, setApi] = React.useState<CarouselApi | null>(null); on the browser console I'm getting ...
Wedson ninel Pereira's user avatar
0 votes
2 answers
114 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
0 replies
27 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
4 replies
41 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
69 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

15 30 50 per page
1
2 3 4 5
168374