Carl Walsh
Carl Walsh
The Moat builder called .description() twice, which doesn't have an effect.
Running on Windows from the ionic2 directory `npm install` fails with the error > npm ERR! 404 Not Found > npm ERR! 404 > npm ERR! 404 'angular/forms' is not...
It's unclear to me whether `gt` CLI (or app.graphite.dev) should support GitHub Enterprise Server (GHES) pull requests, instead of only supporting github.com. i.e. `gt stack submit` worked fine on my...
#9 fixed variable highlighting issue outside of strings, but ideally the variables inside strings should show too. Something like: "**${CMAKE_CXX_LINK_FLAGS}** /SUBSYSTEM:WINDOWS"
Add command properties and fix string escaping Copied all options from cmake commands The begin-end for Escaped Strings causes problems when unquoted arguments don't end with an escaped double-quote. Instead,...
The fix for #14 seems to have a caused a new issue. The command `MESSAGE( \"abc )` (which outputs `"abc`) is highlighted like the string is `\"abc )` (and keeps...
I'm getting a new error on an existing project, when I call `client.Activities.GetAllActivitiesAfter(new DateTime(2021, 1, 28))` ``` Exception has occurred: CLR/System.IndexOutOfRangeException Exception thrown: 'System.IndexOutOfRangeException' in System.Private.CoreLib.dll: 'Index was outside the...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
**Describe the bug** Visiting http://jcli.jenkins-zh.cn/ shows `ERR_NAME_NOT_RESOLVED` **To Reproduce** Steps to reproduce the behavior: ``` $ host jcli.jenkins-zh.cn Host jcli.jenkins-zh.cn not found: 3(NXDOMAIN) ``` **Expected behavior** Website is working **Screenshots**...
Fixes a part of #9 (Tried for consistent syntax between **keywords** vs. `types` and the other guidelines in CONTRIBUTING.) This fixes a lot of links! First commit was from running...