Merlijn Vos

Results 40 issues of Merlijn Vos

### Initial checklist - [X] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Feature

### Initial checklist - [X] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Feature
4.0

### Initial checklist - [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Bug

## Problem When using the `pre-finish` hook from tusd or the `onUploadFinish` hook from tus-node-server, which both allow an error to be returned and send to the client, will still...

bug

Now that [tus-node-server](https://github.com/tus/tus-node-server) is published under the `@tus` npm scope, `tus-js-client` should follow along. We need to: - Release a new major version for `tus-js-client` which marks this npm package...

enhancement

Regularly seeing a race condition occurring when two CI runs happen around the same time, which happens often if you have multiple PRs or a PR and a new commit...

In order to make the tus server less tightly coupled to Node.js, we can create runtime adapters which are consumed in the request handlers. This would allow tus to be...

Currently we use the `debug` package to log quite a few things. It would be a big improvement if we have a proper logger with log levels which can be...

`[email protected]` removed the demo files from the publish so we need to rewrite the demo.

This template is great, it saved a lot of time. There is just one thing I don't understand, which is how to make `lua_ls` (language server for lua) understand where...