Stephen Jennings

Results 20 issues of Stephen Jennings

I saw in #66 there was interest in converting this project to TypeScript. Would you be willing to take this as a pull request or do you only want to...

My coworkers often try to use the "Invite Contact" feature to start a live share session with me, but accepting the invitation would reuse my current VSCode window. If I...

feature-request
Stale

Fixes #4873 Fixes the type definition for `AxiosInterceptorManager`. Sensible interceptors _must_ return either an `AxiosRequestConfig` or an `AxiosResponse` or else they break other interceptors and Axios internal logic. The current...

#### Describe the bug The `use` method on AxiosInterceptorManager is defined as a generic method, allowing the caller to return an object (or void) which throws an error at runtime....

The previous description was: > Constructs a type by excluding/extracting from `T` all properties that are assignable to `U`. This sounds to me like Exclude and Extract would do this:...

This overload alleviates the observableFactory from needing to cast its parameter to a more specific type. **Description:** Previously, a TypeScript user has to cast the resource to the appropriate type...

dotnet/core@20d6a4d changed the schema of releases.json from `lower-kebab-case` to `Upper_With_Underscores`, and `dotnet-sdk` was failing to find the data it needs. This commit updates the `dotnet-sdk.cmd` script to match the new...

Given configured major, minor, and revision versions, the MSBuild process should automatically generate the following versions: - AssemblyVersion: `$(Major).$(Minor).0.0` - AssemblyFileVersion: `$(Major).$(Minor).$(Date).$(Time)` - AssemblyInformationalVersion: `$(Major).$(Minor).$(Revision)-$(CommitSha1)$(Modified)` Examples: - Major version 1,...

I'm not comfortable with the tests that currently exist, they should cover more cases such as: - Keys that are longer - Keys that are shorter - Keys that are...