Skip to content
#

cleaner

Here are 215 public repositories matching this topic...

lexeii
lexeii commented Aug 11, 2019

When fill is absent (fill="none") then fill-* attributes has no sense:

Now:

fill:none;fill-rule:evenodd

Desired:

fill:none

Additionally, when stroke not defined then stroke-* attributes are excessive:

Now:

fill:#333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round

Desired:

fill:#333

Added: if path contains

Byron
Byron commented Mar 15, 2020

Previously jwalk would follow symlinks, so we could not use it and instead implemented our own traversal.

Now with jwalk 0.5, this is supported and we can use our standard jwalker to do the job.

https://github.com/Byron/dua-cli/blob/543f7f3948c26250a8fc6ebf79a49f3ddfa3cb63/src/interactive/app/handlers.rs#L305-L340

The function above would have to change to use jwalk. It should be straight

Improve this page

Add a description, image, and links to the cleaner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cleaner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.