Shizuo Fujita
Shizuo Fujita
I think polyline method can't handle `nil` value. Ref. https://github.com/topfunky/gruff/issues/83
rubyforge.org was closed. Please visit https://rubygems.org/gems/gruff instead. @topfunky , can you update the link in `About` section in repository settings?
Now, It can't support fallback font at least, because ImageMagick has not supported it.
Looks like that you can solve your issue if you can use v3.11.5 or later. ```ruby irb(main):001:0> require 'oj' => true irb(main):002:0> Oj::VERSION => "3.11.5" irb(main):003:0> Oj.load(Oj.generate(":asdf")) => ":asdf" ```
I will close this issue. If you have another question, please open the issue.
It certainly looks like a problem with SQLite itself, not this gem. sqlite3-1.5.0.rc1 has good performance with `--enable-system-libraries` install option ``` $ rake clean $ rake build sqlite3 1.5.0.rc1 built...
Are there different optimizations when building SQLite 3.39.2 than what is built into the system?
OK, I see. I'd like to deprecate monitor feature too in order to release GVL https://github.com/rmagick/rmagick/issues/243
Seems this feature depends on XWindow system. We need to show clearly message for the environment without XWindow system.
To process PDF, I think you need to install ghostscript at first because I guess ImageMagick delegate the process to ghostscript.