Jonathan Harden

Results 17 issues of Jonathan Harden

The email configuration options for verification message customisation only accept email_message_by_link and email_subject_by_link. This means you cannot customise the email subject and message when using CONFIRM_BY_CODE type. It would be...

documentation

## Summary When upgrading to either 7.10 or 7.11 (from 7.8.3) the workers start, but any job (including resource checks) that runs on them errors with in the task view...

bug

## Summary Currently the [operting manual](https://concourse-ci.org/performance-tuning.html#build-logs) says: ``` You can set a time-based retention policy and/or a policy based on the number of logs a job generates. ``` It's not...

bug

When you use the search facility on the [documentation page](http://prometheus.github.io/client_java/) the results are found, but the links lead to 404 pages. To replicate: 1. Browse to http://prometheus.github.io/client_java/ 2. Enter CollectorRegistry...

It is surprising (at least to me) that in the following pkl definition: ```pkl typealias Step = GetStep | PutStep class Job { steps: Listing? } class GetStep { prop1:...

Love the crate! Thanks for your efforts. If I have 6 points to represent as bars only 5 bars are drawn. ```rust use textplots::{Chart, Plot, Shape}; fn main() { let...

I'm using the PicoGUS in an Amiga 2000 using the A2286 bridgeboard (which is a full IBM AT class PC on a card, an 80286 at 8 MHz), I also...

This PR fixes test running, adds a couple of tests for parsing. Also fixes exists? not reporting true when a group is set, and unset not fully unsetting a group....

## WHAT YOU DID Testing removing explicit pull of redis

### Describe the bug When trying to claim a lock which is already claimed, and therefore waiting for the lock to be released, the task does not respond correctly to...

bug