thesn10

Results 19 comments of thesn10

The tus2 poc pretty good overall, good work! A bit late but here's my feedback: ## Configuration Very nice i like it! Maybe we could also provide typed configuration in...

Ive worked on the POC branch and changed a few things: - Removed ITusConfigurator - Simplified Configuration - Add Termination, CreationWithUpload, CreationDeferLength support - Changed a few things about TusController...

First of all, thanks for your feedback :) I agreed with many of your suggestions and implemented them in my last commits to [the POC](https://github.com/SnGmng/tusdotnet/tree/POC/controller-pattern-better-configuration) ## Addressing your comments >...

Thanks for your feedback! You just convinced me that the splitting of validation was a bad idea, i dont know how i cound miss this haha Ill be responding to...

Oh no problem, you can "at" me as much as you want :) I was very busy the last two months, sorry for the delay. ### Answering your comments >...

Oh and i'll need some more time to look at your tus2 implementation and give feedback, but as far as i can tell, it definetly already looks promising!

This is a major problem. ### I have to transmit BOTH files AND parameters in the same request, which is ONLY possible using FormData! Example: ``` POST /user/edit - user...

Great that work is underway! I am impressed by your continued efforts regarding this issue. It is quite rare to see. I have looked at your code yesterday, but i...

Workaround for Debian based containers: ```bash kubectl exec -i -t your-pod -- bash -c "apt update && apt install tcpdump -y && \ rm /tmp/static-tcpdump && \ ln /bin/tcpdump /tmp/static-tcpdump"...