q_h
q_h
It seems that now the default `master` build is always tested, not the PR build. 
[browserstack/github-actions/setup-env](https://github.com/browserstack/github-actions/tree/master/setup-env#setup-env) uses `BROWSERSTACK_BUILD_NAME` to set the build name. It would be nice to add support for this variable in addition to `BROWSERSTACK_BUILD_ID`
## Description Do not delete a partially uploaded file on the server when you close the upload page. ## Related issues #5078, #4432 ## Has this been tested? - [...
[`POST` 400 response](https://github.com/Chocobozzz/PeerTube/issues/5680#issue-1612143028) workaround
Added option `checksum` to enable sha1/md5 rolling hashes. ```ts import { uploadx } from '@uploadx/core'; import * as express from 'express'; const app = express(); app.all( '/files', uploadx({ directory: 'upload',...
ex: ```ts import * as express from 'express'; import { DiskFile, uploadx } from '@uploadx/core'; import { join } from 'path'; const app = express(); const onComplete: express.RequestHandler = async...