Skip to main content
-1 votes
0 answers
11 views

I am using Payload CMS v3 as a backend and a separate Next.js app as the frontend. I have a Gallery collection in Payload. Each gallery belongs to an Event, and after an event ends, I need to upload a ...
Jainish Godhani's user avatar
-9 votes
0 answers
58 views

I've been experiencing colourful artifacts on browsers and plotting software for a few years but exclusively on Windows 7 both on Intel and AMD GPUs. Why is it happening and how do I fix it? Here are ...
Sip_'s user avatar
  • 21
0 votes
1 answer
83 views

I’m facing a difficult and inconsistent JavaScript issue related to event delegation that appears only after certain DOM mutations, and I’m trying to understand the root cause rather than applying a ...
Usama Attique's user avatar
0 votes
0 answers
46 views

I am validating a scenario where user stops the screen and checks the notification "Screen share is off". Right now, I am automating these tests in Chrome browser using the Chrome fake media ...
Teja's user avatar
  • 1
3 votes
1 answer
83 views

There seem to be cross-browser differences in CanvasRenderingContext2D.drawImage. In the following example, I've noticed that Firefox (Mac 146) and Brave (Mac 1.85.118) not only both change the colors ...
Becca's user avatar
  • 1,666
4 votes
2 answers
111 views

I'm getting the error message: (global) - index.js:1:0 ReferenceError: require is not defined The solution I keep seeing online is to use ES6 modules and export/import rather than using require. ...
Becca's user avatar
  • 1,666
Best practices
0 votes
0 replies
33 views

Allowed the documents to view in browser instead of downloading using Content disposition as inline. But files with huge size is failing to load but its different for different fie types. Any size ...
Ranjan Kumar's user avatar
Best practices
0 votes
3 replies
68 views

I used to display error messages from a xml file directly on MS Explorer web browser and format the output using a xslt file. However, this process seems to be eliminated on MS Edge. I used the ...
Jlong101's user avatar
Advice
0 votes
2 replies
44 views

I login to Udemy.com using Gmail, in Firefox. The Firefox browser doesn't remember the Gmail credentials and prompts for login everyday. In the Firefox Settings > Cookies & Site Data, I have ...
sukesh's user avatar
  • 2,409
1 vote
0 answers
96 views

The documentation says that Intl.Segmenter needs a language parameter, something like this: const result = new Intl.Segmenter("en", { granularity: "word" }) My tests show that ...
James Newton's user avatar
  • 7,182
0 votes
0 answers
156 views

We installed websockets for Python on macOS using this terminal command: (.venv) a@as-MacBook-Pro dic % python3 -m pip install websockets server.py: #!/usr/bin/env python3 """Secure ...
user31965232's user avatar
3 votes
1 answer
202 views

Why some older web browsers (not all) incorrectly display currency symbols when symbols are produced by php NumberFormatter() but display correct symbol when given as html entity. Since correct symbol ...
Jimski's user avatar
  • 1,040
0 votes
0 answers
43 views

class Editor { docContainer text constructor(posContainer) { this.posContainer = posContainer this.genComponets() this.listen() } genComponets() { ...
kakakali's user avatar
  • 305
2 votes
1 answer
54 views

I have this js, but it works only with browser refresh. let vw = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) if(vw < 801){ as = document.getElementById('as'); ...
wmarx's user avatar
  • 47
3 votes
0 answers
89 views

I am opening a window popup for login and once login is completed I am closing the popup window. after closing. I want to know what is the exact method to capture the closing the popup window , (...
deep5459's user avatar

15 30 50 per page
1
2 3 4 5
1773