Wez Furlong

Results 893 comments of Wez Furlong

As you can see, all of them behave differently! The backspace control is defined as moving the cursor position left one cell. The test case presented above makes an assumption...

FWIW, I'm here because Sonos are making life bleak for self-hosted music libraries (https://github.com/simojenki/bonob/issues/205). What I'm looking for is: * A media server than can ingest my library * A...

Please see: * https://github.com/wez/govee-lan-hass/issues/51

Hi @christianparpart! re: the spec, I think it sounds fine. FWIW, wezterm reports permanently-enabled for this setting and doesn't allow disabling it. https://github.com/wez/wezterm/issues/4223 was a request to offer application level...

I can put `gpgcheck=0` into the .repo file to disable the check, but I'd love to have an integrated way to sign as part of uploading

This is what I ended up with: ```yaml - name: "Sign and Publish" if: ${{ github.ref == 'refs/heads/main' }} env: PUB: ${{ secrets.OPENREPO_GPG_PUBLIC }} PRIV: ${{ secrets.OPENREPO_GPG_PRIVATE }} TOKEN: ${{...

I'm no expert, but I think this `Packages` file should list more than the single version: ```console $ curl https://openrepo.kumomta.com/kumomta-ubuntu-22-stable/dists/stable/main/binary-any/Packages Package: kumomta Architecture: amd64 Version: 2023.03.30.180934.427c74f0 Priority: optional Section: utils...

I have a theory that using the same uploaded filename `kumomta.Ubuntu22.04.deb` may lead to this. I'm testing whether changing the filename will produce better results; if that doesn't work I'll...

Confirmed that using the same filename each time leads to this. I deleted and re-uploaded with varying filenames and things seem happier