close
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 -6
0 answers
83 views

so here is the situation: - in my company i have assigned to build a chatbot/bot (will be internal, for ops and devs to identify and manage issues) - what i have already build is, integrated it with ...
Score of -4
0 answers
37 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
47 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
46 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
88 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 -4
0 answers
52 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 0
1 answer
79 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
98 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
1 answer
62 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
108 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
106 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
61 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, ...
Score of 0
1 answer
67 views

I am using Vite + React + Bootstrap. This is my code: componentDidMount() { this.updateAppHeight(); if (window.visualViewport) { window.visualViewport.addEventListener('resize', this....

15 30 50 per page
1
2 3 4 5
168153