Jan Guth
Jan Guth
I wrote a quick bash script (**cURL**). ```bash #!/usr/bin/env bash # ref: # - https://tus.io/blog/2015/11/16/tus.1.0 # - https://github.com/tus/tus.io/issues/96 : {TUSD:=https://tusd/files/} if [ ! -f "${1}" ]; then echo -e "\n\033[1;31m✘\033[0m...
:sparkles: I'll try to script something in the next days.
:hammer_and_wrench: Here is the promised follow-up https://github.com/fentas/tus-shell-client It can split- and upload files (resumable). Also, it should be able to upload in parallel, but it is not properly tested. The...
I wouldn't know how to help you. I need a cli websocket utility which works with alpine. :/ Thanks for your effort.
I compared a lot and there is no real contender for wsta right now. I switched to debian:jessie for now an wait in hope that wsta will work within alpine...
I had a look around again. Currently, I do something like this: ```bash # Redirect stdout ( > ) into a named pipe ( >() ) exec > >(wsta -H...
Hey, sorry for not being specific : ) I would like to structure form iterators with this library like this ```nodejs ```
remove stale? :cat2:
We wanted to use robot accounts to access container clair log results. Would be awesome. :100:
We had to remove danger from our pipeline because used like 1000 requests per run (we have very big pr's right now). Our limit of 10k request was used up...