Ricardo Lafuente
Ricardo Lafuente
I stumbled into Vulture and tried it out to see if it found unused code. And it did! There's a few false positives but there's a lot of things to...
(imported from the old tracker) The OpenCV library is not working. I had to remove it from the build list in order to be able to create the Debian packages....
This is a quick mind dump to track the various tasks and ideas for docs.shoebot.net. ## Writing and editing - [ ] Add a full TOC of commands to the...
This is a quick mental dump for what could be an interface for tweaking typographic details. While trying to figure out a way to change letterspacing, it worked by accessing...
Right now, calling fill() with no arguments returns the current fill. If called with arguments, it returns the new value that was set, which is a bit useless. It would...
Text objects should be transformed along their center if the transform mode is set to CENTER, but right now they're rotated along their baseline. The _render method needs to be...
Right now it gives a success message regardless (my bad, reverting this once I'm done submitting this issue)
It seems to me that `BezierPath.point()` is broken. It should return a point, but returns a PathElement ([see source](https://github.com/shoebot/shoebot/blob/master/shoebot/data/bezier.py#L405) -- the docstring there suggests that this was noticed before) I...
We tried to support Drawbot by having an alternate Bot with renamed functions and modified commands to match Drawbot's. This was a bad approach because the code diverged and drawbot.py...