Don Kirkby

Results 38 comments of Don Kirkby

You could probably use my [`MockTurtle`][turtle] or [`SvgTurtle`][svg] class to patch the regular turtle. Then use their output to recreate the drawing inside your regular display. Is your display in...

I posted questions and answers on Stack Overflow in the [livecoding] tag, and I posted a few demo videos. I gave a talk at a local Python user group. Recently,...

This is the feature I was hoping for when I came looking for a Python slicer.

Steps to reproduce: ``` $ pip install django==4.1 djangorestframework==3.13.1 Collecting django==4.1 Using cached Django-4.1-py3-none-any.whl (8.1 MB) Collecting djangorestframework==3.13.1 Using cached djangorestframework-3.13.1-py3-none-any.whl (958 kB) Collecting asgiref=3.5.2 Using cached asgiref-3.5.2-py3-none-any.whl (22 kB)...

I decided to remove the lines, instead of adding the source map files.

Here's one line equivalent to @JamesTheAwesomeDude's CairoSVG example: from cairosvg import svg2png svg2png(file_obj=StringIO(svg_text), write_to=png_file_name, background_color='transparent')

I love this project, @cortesi, and I'm sad that the web site is gone. Would you consider hosting the site on GitHub pages? I'm happy to help set it up....

I just ran into this, and it sounds like you're planning three use cases for specifying a twitter image: 1. From some other site, specified as `https://example.com/project/post/path/to/image.png`. 2. Relative to...

I added some unit tests that work fine on my workstation, but not on TravisCI. I get this error message: >pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None" It looks like Pyglet requires...

See if Bulma [tiles] or [boxes] are useful for framing the pieces. [tiles]: https://bulma.io/documentation/layout/tiles/ [boxes]: https://bulma.io/documentation/elements/box/