Lars Marius Garshol

Results 294 comments of Lars Marius Garshol

I wanted to understand what this would look like if the JSON were loaded into a Java process, so I wrote this small program: ``` public class Test { public...

The problem is not limited to the sum() function, because `23000.123 + 23000 + 23000` produces `69000.12299999999`.

The source code says: ``` // FIXME: Implement translation from XSLT number format values to the equivalent Word // number formatting values. ``` so apparently the documentation is correct, but...

I suspect the schema may be promising more than it can deliver here, because I'm not sure how to implement this in Word. The problem is that we're not running...

No problem! I think this one is for Eliot to decide what he wants to do with. At least now I understand the issue.

And it's _still_ unsigned. I have no idea what's wrong this time. Configured git to know about my key, then did the commit with `-S`. Will try to look into...

It's not enough to install Cairo. You both mapnik and python-mapnik must be built with `HAVE_CAIRO`. You can try calling `mapnik.has_cairo()` and `mapnik.has_pycairo()` to see what they say.

I guess this is solved now, since PR #94 was merged, adding support for MathML.

Thank you very much for finding this bug and reporting it so clearly. This is definitely the most embarrassing bug we've ever had in JSLT. 🤦 It's fixed now. I'll...