-
Moved from https://github.com/ContinuumIO/anaconda-nb-extensions-meta-config/issues/2
By @mrduane:
> Attempting to attach the associated Conda env to a notebook upload results in the following:
>
>…
-
Hi all,
I tried to run the official binary distribution of Go language edition of tud with official Android sample code (client). I found a file name problem (or may be an enhancement / feature reque…
-
Repo steps:
Create a pod:
``` yaml
apiVersion: v1
kind: Pod
metadata:
annotations:
net.beta.kubernetes.io/podHostname: abhihost
net.beta.kubernetes.io/podSubdomain: svc1
labels:
run: …
-
Seeing that all the projects are as recently updated, I'm wondering what are the correct headers?
https://github.com/tus/tusd/commit/46fabad3 says one thing https://github.com/tus/tus-js-client, http…
-
I'm glad to see such projects in the wild. Uploading files was a complete mess until now. :)
I considered implementing this protocol to the Symfony2 bundle [OneupUploaderBundle](https://github.com/1u…
-
of course the `status code` must be the same to the protocol,
but what about the `reason` part?
Is it also must same to the protocol?
-
Is there a python client?
-
Hi,
In preparation of the release of our open protocol for resumable file uploads: tus 1.0; front-end developer @fahad19 & designer @vvolfy have been working on a redesign of our site.
We've just l…
-
Hi,
I really like the fact that you are creating a protocol for uploads. Building an upload server and html5 client I struggled a lot with deciding how to handle big, resumable uploads. I finally wen…
-
After POST a upload url, I will get the location for upload,
after a few PATCHs, is it valid to POST the location url?
In the second POST, is it valid to update metadata and upload-length(if defer up…