Sam Birch

Results 16 comments of Sam Birch

> The ability to move feeds up or down in the subscription order and then sort the queue by feed -> date My workaround for this is: 1. Rename feeds...

In my opinion this is definitely a valid use case. It's the same use case that causes us to pass `-v` to `rsync` instead of waiting for the summary at...

Thanks, I'll play around with it if I get some free time.

Why is transgui making DNS requests directly rather than using the system resolver? (i.e. gethostbyname or similar)

Per [this post](https://groups.google.com/g/pyoxidizer-users/c/5Xtn54-T0OM/m/4guOM7KoAAAJ), running `pyoxidizer cache-clear` lets you run `pyoxidizer run` again. It removes ~/Library/Caches/pyoxidizer, which indeed contains several .DS_Store files after a run. No idea why they're being created,...

> it works: `pyoxidizer cache-clear` Sure, but then PyOxidizer has to re-download and re-build its entire toolchain. Just removing the `.DS_Store` files is fast and doesn't blow away the toolchain.

It seems like #1955 is relevant here — the distinction between diff-as-pane (in the status view) and fullscreen diff seems important for usability. In my opinion a good usability guideline...

Yeah, that's correct. However, if I understand correctly, `curl $my_data_urls | jello '[x.haystack.needle for x in _]'` could potentially use a lot more memory, and won't start outputting results until...

It'll be in the `debian/control` file in the sources you generate your `.deb`s from. (Is the packaging source on here somewhere?)