Leandro Moreira

Results 18 issues of Leandro Moreira

or at least make it optional

When using logging for multiprocess applications. > Some support for logging is available. Note, however, that the logging package does not use process shared locks so it is possible (depending...

# Introduction Hey folks, sorry for another gigantic PR. I'll try to submit shorter ones next. ## How to test Get this branch and run: ```bash make run # make...

Hi there, While I was reading the [`request_get` documentation](https://ruby-doc.org/stdlib-3.1.0/libdoc/net/http/rdoc/Net/HTTP.html#method-i-request) I noticed that it states: `This method never raises Net::* exceptions.` but looking at the code, [it seems otherwise](https://github.com/ruby/net-http/blob/fa68e64beee8ea3a9419b822ca10202822f69b5e/lib/net/http.rb#L1580). Also running...

Hi team, Thanks for sharing this surprising set of projects. I built a docker image and a docker-compose to provide [a complete docker all-in-one usage example](https://github.com/leandromoreira/kaltura-media-framework-docker-compose). - added an openresty...