James Hewitt

Results 39 issues of James Hewitt

Raised here: https://github.com/thp/urlwatch/pull/811#issuecomment-2094822368

Actually using re.finditer so we can apply a repl to the result. This allows users to pick out matches and reformat them in one step. Fixes #804

Add a concurrency test that covers the root cause for #799

**Description of the false positive** We use a convenience function to create a logger that includes additional variables taken from a context.Context using the Value call to get the value....

false-positive
acknowledged
Go

I accidentally forgot to make it an array in my yaml and nothing complained, but it wasn't working.

This allows different jobs to be selected for reporting in different ways, for example, allowing different changes to be emailed to different addresses. Closes #790

The app struct includes sensitive data that the handlers don't necessarily need access to, so remove it from the context, and don't pass the app in place of contexts. Where...

area/api

### Issue Description Can't use those two options together. The compression type is unset when the format is v2s2, which means force-compression can't work because there is no compression type...

kind/bug