Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
0 answers
3 views

This error was shown when i send other data along with photo: Image upload failed: Server returned unexpected status code:403 Actually, I was practicing a pern stack backend project using prisma ORM. ...
Score of -1
0 answers
18 views

Here’s the situation: I’m having a problem with this printer (Elgin L42 Pro Full). We use a tablet-based system at the company where I work, and it includes a feature for printing labels to stick on ...
Score of -1
0 answers
36 views

I'm using jquery.ripples (v0.6.3) as a full-screen background effect in a Next.js application. The ripple effect initializes correctly and works as expected. However, after the page has been open for ...
Score of 1
0 answers
35 views

Chrome/Edge lose keyboard input after cancelling beforeunload dialog when closing browser with multiple tabs I'm investigating what appears to be a Chromium-specific issue and would like to know ...
Score of 2
1 answer
81 views

I have the following code which I am using to try check my radio button: return html`<input type="radio" name="LogType" class="form__control form__control--radio" value="${Constants.LogTypes.Member}...
Score of -3
0 answers
42 views

I'm trying to make a simple cart and I keep getting the error above in addToCart function. My obj looks like this: export const menu = [ { id: 1, name: "Opção 1", opts: [ ...
Score of -5
0 answers
85 views

I'm building a React application with a Node.js backend and want to integrate an AI chatbot using the OpenAI API. The chatbot should: Answer user questions Maintain conversation history Return ...
Score of 0
1 answer
71 views

I'm building a web app that uses Firebase Auth. I don't use any other Firebase features. The current version of Firebase is over 600kb. The Firebase Auth package on NPM states "This package is ...
Score of -1
1 answer
91 views

My goal is that once someone enters a specific webpage, a full screen video plays for 3 seconds and then disappears once it's over, revealing the main content of the page. I know nothing about ...
Score of 0
0 answers
37 views

I'm using a nested FlatList setup where the outer FlatList renders a vertical list of sections, and each section contains a horizontal FlatList. Both the parent and child lists use ...
Score of 0
0 answers
55 views

Consider the following single HTML file: <html> <head> <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-hashes' 'sha256-5OdtjsKuRneco+...
Score of 2
1 answer
105 views

I have written a function that reads in data from an Excel file using the Exceljs library: const exceljs = require('exceljs'); async function readExcelFile(excelFile) { const table = []; ...
Score of 0
1 answer
49 views

I am trying to play audio dynamically from a list with more than 1000 different audio files (only a few seconds each), but I keep getting the error "invalid call" when I try to load my audio ...
Score of 0
3 answers
104 views

The issue what i am facing is like i have configured Laravel Sanctum SPA just hours ago. It was literally working and now when i again used it it did not work i configured everthing which i will show ...
Score of 0
1 answer
60 views

I have followed the instructions in the MDN page Using Service Workers. My code is the same as on that page except, of course, for the specified array of resources to cache. In the Chromium debugger, ...

15 30 50 per page
1
2 3 4 5
168158