Results 10 issues of Michael B. Gale

Both `defaultHttpHandler` and `unixHttpHandler` use `defaultManagerSettings` for which `responseTimeout = ResponseTimeoutDefault`. This just came to bite me when I used the `waitContainer` API with a non-trivial container task. It seems...

### Your environment Which OS do you use: macOS (Monterey 12.3.1, Intel) `ghcup` is installed using `brew`. I have run `brew update && brew upgrade ghcup`: ``` $ brew update...

type: bug

Ever since `tasty-0.10`, the durations of individual tests (above the 0.01s threshold) and the overall duration of the test suite are displayed by the `consoleTestReporter` ingredient. This PR adds a...

This should resolve #362

Firstly, a thank you to the contributors and maintainers of the actions in this repository! I use the `setup` action all the time for all of my Haskell projects. It's...

This PR updates the workflows to use Go 1.22. I have also used this opportunity to disable the automatic caching that the `setup-go` Action performs to ensure that this doesn't...

Hi there! Thank you for building this library and a happy holidays! This PR aims to resolve #467 and add support for outputting Stan's observations as [SARIF](https://sarifweb.azurewebsites.net) files. To support...

**Context** Throughout the Go autobuilder, we handle semantic versions. The `semver` package has no dedicated type for them and all functions from the package work on `string` values. This makes...

Go

**Context** In Go 1.21, the Go team started making a distinction between _language_ and _toolchain_ versions. Historically, the Go version is declared with a `go` directive in a `go.mod` file,...

Go

**Summary** This PR improves the situation described in https://github.com/github/codeql/issues/16780 where halving the available `CODEQL_RAM` between the Typescript and JVM processes can lead to an out-of-memory condition. **Approach** This PR modifies...

JS