Jake Ginnivan

Results 52 issues of Jake Ginnivan

I assume it thinks it's a remote. A workaround is to use feature-branch naming instead

…gesets I removed the travis.yml as GitHub actions will do the build/release for you. ## How changesets works When anyone is submitting a PR, run `npm run changesets`, the wizard...

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) **Describe the user story** As a Docker user, I would like to be able to install dependencies for...

type: feature

## Current Behavior When having multiple levels of dependencies it's possible for tasks to run earlier than they are allowed to. ## Expected Behavior If a task `dependsOn` another task,...

type: bug

## Current Behavior If there is a default target configuration with `params: 'forward'` and a different target which doesn't have that option you can end up with tasks which do...

## Description One way I leverage TypeScript is when making a behavioral change to my project is to ensure the source of the change is a compilation mistake. Being able...

type: feature
scope: misc

Currently the line ending normalisation only affects the approver side of things, when the reporters report failures they do not perform the normalisation which obscures the real error.

Hey guys, I would like to include a .csproj and a web.config with the razor template, allowing it to be opened in VS and edit the .csproj files. The main...

Discussion

``` Unhandled Exception: System.InvalidOperationException: Number of ordinal arguments must at least {0}. at Args.ModelBindingDefinition`1.EnsureCorrectNumberOfOrdinalArguments(IEnumerable`1 ordinalArgs) at Args.ModelBindingDefinition`1.BindModel(TModel model, IEnumerable`1 args) at Args.ModelBindingDefinition`1.CreateAndBind(IEnumerable`1 args) at GitReleaseNotes.Program.Main(String[] args) in C:\projects\gitreleasenotes\src\GitReleaseNotes\Program.cs:line 32 ```

Add TFS Support

enhancement
up-for-grabs