Ricardo Lafuente

Results 70 comments of Ricardo Lafuente

This solution is simple and elegant, and should be included as an example in the documentation -- it's a fairly common use case. Thank you @szabizs!

Was thinking this a couple of days ago -- is GTK needed for the command line runner? If not, we could have a separate deps list if you don't need...

IIRC readthedocs was choking on not having `gobject-introspection`, which made me wonder at the time whether the GTK dependencies should be mandatory. I'm not sure whether it's worth the time...

argh, i think it's probably the 4th time you explain this to me, now i remember there's no easy fix...

ok just a note FWIW, on debian testing i only had to install these for a successful install: ``` libpango1.0-dev (also pulls cairo) libgirepository1.0-dev (also pulls gobject-introspection) ```

yep you're right, no svg support. All other boxes checked though (but i tested this on my office system, which already has a lot of stuff installed, so this is...

or maybe these arguments (letterspacing etc) would fit better in font()? Depends on whether we want a stateful approach

This is mostly done, only missing tests

`step`/`steps` was implemented, right? I saw that briefly when documenting vars but didn't test

Briefly tested it on `vars/cornu.bot` and it's not working as expected. Will look further later