Antoine Beyeler
Antoine Beyeler
I do agree that `stop_timer()` isn't very Pythonic and a better `Timer` API would be superior (esp. if it'd have other uses for client code). This can be closed as...
Hey, I'm afraid vsketch is no longer compatible with Python 3.7, primarily because vpype requires 3.8 or more.
I don't understand this error. `launchpadlib` doesn't appear to be a direct or indirect dependency of vsketch.
Hello, thanks for the report. I'll have to check tomorrow, but I maybe that `str`-based `vsketch.Param` instances require the `choices` parameter. The generic text field might not yet be implemented....
If I'm not mistaken, this project using poetry, quite a few of those steps could be simplified using `poetry build` right. That's what I used for vpype at least.
Yes, I need to take the time to look into it. I might actually go for a slightly simpler setup similar to what I use for my vpype plug-ins. That...
Thanks for your feedback. This is indeed on the roadmap, although I haven't yet figured out the details on how/when it'll happen. Related to abey79/vpype#35
@ademuri @roblourens Do you consider important that the SVG background be black? One quick workaround would be to set the SVG background to white, until proper support comes via abey79/vpype#35....
If I understand correctly, abey79/vpype#213 would then partially cover your use case, except: 1) export SVG would not have the correct colour (just the viewer) 2) for vsketch, the "selected...
Just curious: what is the reason SVG colours are important to you (assuming its used as plotting file)?