Joris Vanhecke
Joris Vanhecke
Since Ubuntu still manages to ship Ruby 1.9.3 I instantly came back to this script. Just worked as expected, pretty cool. ( I only tested regular ruby )
It would be great if this app supported SFTP. That would offer great synergy with the mountain duck app. Thanks
Thanks for sharing this gem. I encounter an issue with the sidekiq check. I receive the following error in the status page. ``` ERROR undefined method `queues' for nil:NilClass configuration.queues.each...
I was reading through the code because I'm planning production use. Did some easy changes to make rubocop happier.
The readme describes the following behaviour: ```crystal # Trying to find a non existent party Party[2] # => nil ``` But doing this operation will actually result in a `Ohm::RecordNotFound`...
Should add a license... Maybe ISC?
Example show tt13142324 is not added to 63b1ecf0780d50f1661b0e84 It has a 6.5 with >300 votes. Yet it is not added in the list where filter is imdb 5-10 and >100...
Seems like the script is not passing an absolute path to the openssl compile step ``` jvanhecke@M-VN2025Y4N3:~/Projects/mruby/test2/ngx_mruby^v2.4.2 ♥ % env LDFLAGS=-v ./build.sh NGINX_CONFIG_OPT=--prefix=/Users/jvanhecke/Projects/mruby/test2/ngx_mruby/build/nginx --with-http_stub_status_module --with-stream --without-stream_access_module --with-cc-opt=-fno-common NUM_THREADS=4 nginx Downloading...
The LogExporterApp offers event forwarding via HTTPS POST messages which is an excellent & modern way to forward logs to cloud logging platforms. However the http client is creating sub-optimal...