Brian Caswell

Results 19 issues of Brian Caswell

## What is the goal of this pull request? To update the docs to inform users they need to install the signalr extension. ## What does this pull request change?...

cla-signed

I see two issues with removing CSV files. 1. This removes more files than are created with this tool. The tool writes `public-containers-{date.today()}`, however the existing deletion is effectively `rm...

DefaultAzureCredential automatically uses one of the following: * A service principal configured by environment variables. * An Azure managed identity. * Existing Visual Studio / Visual Studio Code logged in...

Right now, the current version that is included points to a commit to the `dev-slice` branch from April of 2023, rather than a recently released version. This updates the reference...

Allow the `rust` sections to be tested. For the `toml` section, specify the language as `toml` such that it doesn't get tested if a developer runs the tests as `cargo...

When testing the at the workspace level, there are warnings about duplicate examples which may become a hard error from rust. This PR renames the examples. ``` ❯ cargo test...

S-blocked-cla

With the 0.53.0 release of cached, use of the proc_macros feature no longer works, as it relies on the cached_proc_macro crate which the latest published version still uses `cached::instant::Instant`. The...

The decompilation of `binaries/tests/x86_64/veritesting_skm` from the binaries repo is non-deterministic. ```diff --- ../binaries/tests/x86_64/veritesting_skm func 4202928 baseline +++ ../binaries/tests/x86_64/veritesting_skm func 4202928 attempt 2 @@ -8,7 +8,7 @@ extern void* stdout; -long...

The decompilation of `binaries/tests/x86_64/echo` from the binaries repo is non-deterministic. ```diff --- ../binaries/tests/x86_64/echo func 4199392 baseline +++ ../binaries/tests/x86_64/echo func 4199392 attempt 1 @@ -1,23 +1,17 @@ -typedef struct struct_2 {...