Christopher Jefferson

Results 64 issues of Christopher Jefferson

Via google I landed on the manual page for 'response-targets', which did exactly what I want. For a while I couldn't get it to work, because I'd never used an...

### Summary The double_must_use message is: ``` warning: this function has an empty `#[must_use]` attribute, but returns a type already marked as `#[must_use]` ``` However, I don't know what an...

C-bug

This is a cherry-pick of #5720 to stable-4.12, mainly to show that it works correctly when it detects a bad version of GMP, and the version of GMP in 4.12...

do not merge

Given a div like: ``` ... ``` This works fine (finding all things which match `.literal`), but if I load a new thing via htmx, it is not scanned. Further,...