Federico Simoncelli
Federico Simoncelli
I believe that when the file transfer fails, the error is permanent `5xx`. Some clients (e.g. `lftp`) at the moment are confused by the temporary `4xx` error and they retry...
If http_stream is going to be deprecated in 2.0 (generating a warning) what's the preferred implementation of the current: ``` require 'uri' require 'yajl/http_stream' uri = URI.parse("http://#{username}:#{password}@stream.twitter.com/spritzer.json") Yajl::HttpStream.get(uri, :symbolize_keys =>...
**Reference**: https://github.com/kubernetes/community/blob/master/incubator.md **Champion**: Clayton Coleman - @smarterclayton ## README ### Problem Statement Kubernetes is currently missing a Ruby client of reference. Kubeclient is a project started in December 2014 that...
# Pull Request Checklist As first-time contributor I described the issue here: https://github.com/open-webui/open-webui/discussions/4390 **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull...