Radomir Dopieralski

Results 5 issues of Radomir Dopieralski

Bug description (this template is intended for bug reports, erase it when requesting features/enhancements) ### Steps to reproduce the bug 1. go to piskelapp.com 2. create a few sprites 3....

This is a usability observation, and I think following this could greatly improve the ease of use for Fritzing. Currently, when we zoom into the PCB view (and possibly other...

enhancement
Priority-High
Usability

I'm trying to expire my old toots from mastodon.technology with the following command: ``` mastodon-archive expire --older-than 4 [email protected] --confirmed ``` and when I follow the URL for authorization: ```...

bug

Since Python randomizes set order, each commit would have unnecessary differences in the order of the tag lists. This fixes it by making sure the tags are sorted the same...

Instead of import paths, use the importer callback so we can handle static paths prefixes, and possibly also non-filesystem storage. This is more complicated than anticipated, because we have to...