fkloft
fkloft
Add a column to show the current state for checkboxes and radiobuttons. I also wanted to include menu icons, but since `Command` is exported via DBus, I didn't know how...
`tempfile.mkdtemp` has permission bits hardcoded into it, which works for `/tmp`-like filesystems where multiple users are expected to be active at the same time, but might break regular folders in...
In this line: https://github.com/LibraryOfCongress/bagit-python/blob/c39b650a80837a1d32314599143d0b5b04159248/bagit.py#L1315 I didn't test this, but shouldn't the argument to `os.path.filename` be prefixed with `bag_dir`?
As mentioned in issue #166, `self.path` shouldn't be None. This removes the default value of None and removes the check for None. `os.path.abspath` will remove any trailing slash (except for...
From `bagit.py`: ```python class Bag(object): # [...] def __init__(self, path=None): # [...] self.path = abspath(path) if path: # if path ends in a path separator, strip it off if path[-1]...
I'm happy to announce that AAWirelessDongle works with Suzuki Swift (model year 2022) using a Raspberry Pi 4 B. I just ordered a Pi Zero W as a permanent solution....