Marius

Results 72 issues of Marius

Currently, the definitions reference browser-specific types, which do not exist in other environments, e.g. in Node.js: https://github.com/tus/tus-js-client/blob/239343a75da5aaedeefbc3bf2438062554b5db8d/lib/index.d.ts#L8 It would be better to replace them with interfaces, so we are independent...

enhancement

I am not sure if this makes sense in practice but it is nice to test uploadLengthDeferred and keep the code consistent.

A user of tus-node-server contacted me and described an issue they are having with tus-node-server in production: Some tus uploads randomly fail with a NoSuchUpload error when being resumed. Some...

Grunt now uses [AppVeyor](http://www.appveyor.com/) for testing on Windows (https://twitter.com/gruntjs/status/466058297972228096). I would recommend setting it up for hoodie-server (and hoodie-cli, eventually). Any opinions about it?

Type: Chore
frequency: low
later

Seems our setup.py is too complicated for Dependabot. Maybe we should try to stick to this format: https://github.com/dependabot/dependabot-core/blob/main/python/spec/fixtures/setup_files/setup.py

Uploads can be deleted using a `DELETE` request but tus-py-client does not support this yet. See https://github.com/tus/tusd/issues/469#event-4527079893

enhancement

The tus.io website does not contain a lot of useful information for first-time visitors to get a good idea what the entire tus project is about. The only proper resources...

enhancement

Tasks to be done: **General** - [ ] change go.mod to ../v2 and update internal references to .../v2 (see https://github.com/tus/tusd/pull/672#issuecomment-1082737523) **Hooks** - [ ] docs: Update documentation about hooks -...

breaking change

tusd should have a configuration option to enable multiple profiling modes, especially - https://github.com/felixge/fgprof - `debug/pprof` Maybe these should also be protected by authentication.