Wez Furlong
Wez Furlong
Hi! I've been playing around with openrepo tonight and I'm not sure exactly how I'm supposed to use the signing key with an rpm repo. I can create a new...
### Discussed in https://github.com/wez/wezterm/discussions/1332 Originally posted by **frogtile** November 21, 2021 How should i configure Wezterm to be able to view text in Bangla with proper rendering/layout? ## Problem: ```bash...
### Component cli ### Describe the bug Running a pipeline directly like this: ```console $ woodpecker exec .woodpecker/ubuntu.yml ... [build:L188:17s] + ./get-deps.sh [build:L189:17s] /bin/sh: 30: ./get-deps.sh: not found ``` fails...
From `man cp`: ``` -P, --no-dereference never follow symbolic links in SOURCE ``` The intended outcome is, rather than treating a symlink to a dir as a directory that should...
I'm working up some changes to this effect in my fork; I'd prefer to merge them back here if you are amenable. The high level outline is as below; the...
There are hard-coded errno values in there. It's possible to resolve this easily using the libc crate, but it does mean taking that dependency. I can submit a PR for...
get to the bottom of this: ``` thread 'throttle::test::redis_script_throttle_1_000' panicked at crates/throttle/src/throttle.rs:316:9: throttled after 1160 iterations for limit 1000. diff=160 is not within tolerance 20 ``` I'll bump the tolerance...
We had a user report issues when trying to do this: ```json { "envelope_sender": "ok@example", "content": { "subject": "hello\n\nHello there", "html_body": "This is the HTML content of the message", "text_body":...
Ensure that all internally generated message dispositions have a corresponding bounce classification
Ideally they'd all have an appropriate enhanced status code and match the IANA codes, but otherwise, we should ensure that we have classifications for all of them. It's worth also...
the high level idea is that some users will find it desirable to have control over how strictly errors within the various configuration files should be treated. * Can we...