Shinichi Maeshima
Shinichi Maeshima
[a test failure about archlinux](https://github.com/zakird/wkhtmltopdf_binary_gem/actions/runs/4144398908/jobs/7167400215) is resolved by #156
I have added debian12 binaries. Now debian9 fails to build, does anyone know a good solution for this?
Since `tail -n10 /var/log/nginx/nginx_error.log` says Permission denied, it seems that the nginx user does not have permission to access the directory where the Rails application is located.
@zzak Thank you for pointing it out 👍
Here is the reproducible code. ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" gem "rails" end require "action_controller/railtie" class TestApp < Rails::Application config.root = __dir__ config.hosts "test#index" end...
@Faq Closing this PR since the issue was fixed in #279. Thanks for your contribution!
Who is currently maintaining this repository? I’ll mention people who seem to be involved based on past commits. @garethpaul @eshanholtz @thinkingserious If you know who’s in charge, I’d appreciate it...
Since there was no response, I went ahead and emailed the address listed at https://github.com/sendgrid/ruby-http-client/blob/4c9405c448dfec47ee0d37bfcafb10dab58da077/ruby_http_client.gemspec#L8
@BobbyMcWho, when you have a moment, could you please review my pull request and #23 ? I would appreciate any feedback!
@legacy370 Based on the information provided, it seems difficult to identify the cause of the issue. Could you provide complete, unabridged code that reproduces the problem?