Ben Stahl
Ben Stahl
Currently, a `412 Precondition Failed` is used when the [client is not supported by the server](https://github.com/tus/tus-resumable-upload-protocol/blob/master/protocol.md#tus-resumable). But, this could also be used if the request headers don't satisfy the protocol,...
Users should be able to choose their appropriate DataStore, and not deal with all stores. Right now all stores are included in this module, which causes issues such as #56...
Currently, events like the `EVENT_FILE_CREATED` are emitted from the DataStore level ([like so](https://github.com/tus/tus-node-server/blob/7f7b9b8dc5aaddc672b1488199023e8a65b4de0f/lib/stores/DataStore.js#L65)), and Error's that include response information are thrown from the DataStore level as well ([like so](https://github.com/tus/tus-node-server/blob/7f7b9b8dc5aaddc672b1488199023e8a65b4de0f/lib/stores/DataStore.js#L59)). Since...
Right now the creation extension [omit's thee protocol](https://github.com/tus/tus-node-server/blob/be1e716f26945ef4bf8abb8d546a456fa356efa2/lib/handlers/PostHandler.js#L18) from a created url, which can cause some issues using tus-js-client server side (https://github.com/tus/tus-java-client/issues/10#issuecomment-258384118). We should consider a new approach that works...
I don't have a machine running Windows, but I would love to release Partyshare for it. I need someone running Windows who would be willing to help with: 1. Add...
Observing this error: ``` [error] [ipcMain] No window to send event on ``` Which means menubar is somehow failing to instantiate the window? **Observed:** - Release 1.3.1 - OSX 10.13.1
Per the conversation in https://github.com/BusterLabs/Partyshare/issues/53#issuecomment-347043326, @hexagon6 found issues connecting to IPFS in the linux build. Opening a ticket to contain the conversation and hopefully a fix for it.
I'm noticing these warnings in the build logs: ``` Warning: Application category is not set for Linux (linux.category). ```