PerfectlyInternal

Results 8 comments of PerfectlyInternal

I've begun work on a terminal flag to disable the download progress bar. Currently, it disables the section that @arjunv commented out in his screenshot. Is there anything else it...

But is `stdout` not where the downloaded information is being sent? Mixing the progress bar into that doesn't seem like it would work well, especially not if you're going to...

So something along the line of batch requests from a file? I see what you're thinking here, and it would be nice to have an automated way to make a...

I'd be willing to take on this feature, it looks like nobody else has started on it.

In the video shown in the issue, the eraser seems to step in size as the user moves quickly for a while, then gradually step down once the user has...

The eraser now needs to exceed some minimum speed in order to start scaling up, and scaling is now a stepped function with hysteresis. The exact values to trigger stepping...

I think what might help is calculating pen speed as part of input handling, so we can filter the input more, and possibly use it for other features later down...