J. R. Schmid

Results 98 comments of J. R. Schmid

I for one would be a happy user @asbjorn :-) Nothing against retext, but it'd be nice to not need two editors anymore...

So this PR also suffers from the problem of python-webkit being unmaintained. Perhaps close it, then?

It seems at the moment this is the biggest problem: https://github.com/andresriancho/w3af/issues/13635 Any chance the plugin will be updated to use something that is still maintained?

CPU vs. GPU makes no difference here, either. Requested list for that env: ``` $ pip list Package Version ---------------------- ---------- aioredis 1.3.1 albumentations 1.1.0 amqp 2.5.2 asgiref 3.4.1 async-timeout...

Not sure if it's related: I wanted to recognize some other images and did so with the 3.0.7 that comes with eScript (same as above), which worked fine. Then I...

Ah woops, sorry, had forgotten about that one!

This seems to be a duplicate of #94 (which is from 2014 btw...)

> From what I see, C57 and C58 contain formulas that reference C55. As of now, RubyXL does not perform any kind of calculations, it can only change data and...

fwiw, the problem of not being able to access the formula itself, is easily solved by reading the document a second time with [Roo](https://github.com/roo-rb/roo) and calling `Excelx#formula(row, col)` on the...

Oh damn! That's what I was looking for and didn't find. Ouch, embarrassing! Thank you!!! (**Edit**: fwiw, `.formula` isn't enough, and `.formula.to_s` is not what you think it is. Needs...