Jamie Stumme

Results 9 issues of Jamie Stumme

It looks like there is no null check on `methodBase` on the `GetIndexMatchingShim` method in the `StubHelper.cs` file. This is causing an exception. We were replacing a static method in...

**please complete the following information:** - OS version: macOS Big Sur - Editor: vscode - Editor version: 1.54.3 - Programming language: All - TabNine extension version: v3.2.13 - Engine version...

After upgrading `Fido2` from `1.1.0` to anything `2.0.0` or above we're seeing an incorrect serialization of the `publicKeyCredParams[n].alg` values. I've seen some things about the `type` being serialized incorrectly to...

This is a pretty cool slack plugin. I've however noticed when trying to filter the subscription by a label with an underscore in it, I get an error `+label:something_with_underscores is...

As the title says, the v2 tags look like the `coveralls-api-result` output is no longer used, giving a false pretense that we can act based on the results of the...

Given the following, factory methods fail to produce the expected outcome, and instead raise the `NotImplementedError` exception. ```py class Dep: def __init__(_, value: str): ... TypeA = Annotated[Dep, "type_a"] TypeB...

## Problem Given you are in a scope and you need to open a new scope, when resolving a dependency in the original scope the `get` method will not find...

There are a few places where the validation feels too strict. 1) Requiring an `clientId` is arbitrary when checking a token in an API and should be allowed to be...