PRR24
PRR24
First, I must apologize for being wrong on it happening on all files. I tested number of files and all had the issue, but today I was also able to...
Google sadly has a bad habit of not providing cleanup functions for their APIs. reset() is semantically wrong method anyway, there should be a destroy() call. I have played around...
@johngrimsey No, it does not help.
If file name contains backslash, only the rightmost part of the name is considered as originalname. Steps to repro: - upload file named 'part1\par2.png' //
Nope. Both issues also repro in 2rc1.
May be I am doing smth wrong then. Let me go to details. Client drop-in 1.20.0 Server braintree node module 2.19.0 Use case: User orders a service (with upcoming recurring...
OK, basically you are saying that use cases that ask user to review payment info should be either avoided or to provide full validation flow. If I understood correctly. the...
After looking around, I guess this function originates from https://github.com/GoogleChromeLabs/web-push-codelab and everybody has been copying it since Google published the article. Sadly this repo is inactive and no common information...
Found it. Chromium fixed the problem here: https://github.com/chromium/chromium/commit/c17c199cec7ef93693bf5ea2e573bc269c3d63b4
Probably related to this topic: "npm run xxx" fills /tmp path with files /tmp/xxx-??????.sh and never cleans them up. node 16.17.1, npm 8.15.0, Ubuntu.