Evan Jones
Evan Jones
I see from the discussion in #487 and #573 that the HUD has been removed and the snippets menu has been replaced with a pop up menu. Others may disagree,...
Thanks for this project! It's great to be able to edit files and see the preview side-by-side in VS Code. Sometimes, when I make a change in the text of...
Hi Eugen - It looks like your fork of PyEuclid is the most developed and complete. It looks like you got it all Python3 compatible and ready to be released...
Hi Robby - I have a list of questions about developing patterns using Rabbit Ear. They’re definitely not Issues so much as tasks I’m working on that you’ll probably have...
**TL;DR: where is `SVGtoFOLD()` in the Node package? (Also, what's the best way to go about finding things for myself?)** Man, Rabbit Ear/ Origami does a lot of stuff! I've...
Duplicate of the unresolved closed bug #607. Here's perfectly valid `sqlite_utils` code that raises objections from Mypy & Pyright/PyLance in VS Code: ```python #! /usr/bin/env python3 from sqlite_utils import Database...