Elad Efrat

Results 71 comments of Elad Efrat

I can confirm that pyrocksdb no longer works with rocksdb 4.9.0.

Forgot to comment on this issue a long time ago... As discussed elsewhere (issue #700), reversing the string order doesn't give you "true" RTL in the sense that it's not...

@sandal, do you want to fix this before the next release? (btw: is there a timeframe for it?)

> I really don't know how much work is involved here, and don't have plans to work on this myself in the near future. You can certainly help move it...

Good thing there are only two places in the code where text get reversed in the RTL case, [text/formatted/fragment.rb:227](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/text/formatted/fragment.rb#L225) and [text/formatted/wrap.rb:94](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/text/formatted/wrap.rb#L94). There are also the tests in [spec/text_spec.rb](https://github.com/prawnpdf/prawn/blob/master/spec/text_spec.rb) that should...

More testing suggests that at least reversing the string in the caller (that is, using `render_visual` rather than `to_visual`) and in [fragment.rb](https://github.com/prawnpdf/prawn/blob/master/lib/prawn/text/formatted/fragment.rb#L225) results in proper RTL rendering. This leads me...

It looks like the compiler can't find ImageMagick's headers. If you have them, find where they are, and make sure you provide that as part of the include path. (I...

What version are you using? This is supposed to be possible with #140 I guess.

Folks who filed #7 and #15 might be interested in this solution.

I don't know, I haven't tried it because I'm not using cluster in production. I think the problem is happening at a much lower level than can be solved by...