Dash
Dash
>Do the file modify times change between scans? No, they're 100% read-only. >with the caveat that the working directory would need to be the same between runs. Of course I'm...
An alternative that would work for me and maybe would be simpler to implement, would be something like an `--against` switch, that would look like this: ``` jdupes -rdN somewhere/new-files...
Our case is something like ```python3 class UUIDPrimaryKeyAbstractModel(models.Model): id = models.UUIDField(primary_key=True, unique=True, default=uuid.uuid4, editable=False) class Meta: abstract = True class Foo(UUIDPrimaryKeyAbstractModel): pass class Bar(UUIDPrimaryKeyAbstractModel): foo = models.ForeignKey(Foo, on_delete=models.CASCADE) ``` No...
Chromium. It is easily reproducible with hidpi scaling.
On second thought, it would be useful to display ratio under `ls` as well - that way one could leverage the rich filter system.
Sorry for not being clear. I meant average ratio of the filtered torrents.
In TUI it's a non-brainer - somewhere in the status bar, for example next to the average upload/download speed. In CLI I'd replicate that status bar by putting a single...
Trying to do specify fonts like this: ``` Literation Mono Powerline:pixelsize=13:hintstyle=hintnone:antialias=false:rgb=none:hinting=none ``` doesn't seem to help. (I believe these options don't work in this context...)
Confirmed that disabling antialias in font config removes this issue. However, it screws ups every other font and every other character. Is it possible to specify antialias settings in lemonbar's...
Yeah, but after disabling it system-wide, everything looks like this:  Making an exception using `` in font config for one font isn't greatest either.