Tyler James Leonhardt

Results 86 issues of Tyler James Leonhardt

So all the important stuff is in the package.json We're using nodeos-standard 0.2.0 which includes allman style. You'll notice the command: `"csCheck": "nodeos-standard $(grep -ril './scripts' -e '/usr/bin/env node') ;...

Hi! I tried an `npm install` Here are my gross logs: ``` NodeOS git:(master) ✗ npm install npm WARN prefer global [email protected] should be installed with -g npm WARN prefer...

discussion
bug
mac

👋 I have a build pipeline that first publishes a `.tar.gz` from a Linux build agent and then downloads the `.tar.gz` and expands it on a Windows build agent. Inside...

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as *Workspace Trust*. This feature is intended to centralize and unify...

Is it possible to set the min and max Version for dependencies?

I would think we could just use the web cmdlets [here](https://github.com/RamblingCookieMonster/PSDepend/blob/master/PSDepend/Private/Get-WebFile.ps1)? I wanted to use FileDownload in a project but sadly can't because it's windows only :(

Previous logic wouldn't add 'dotnet' to the PATH if it didn't need to be installed (because it was already present). This will ensure that the .NET SDK is added to...

This module is by far the best PowerShell module out there for working with GitHub's API. PowerShell is a fantastic language for CI/CD pipelines, automation pipelines, etc. **This makes PowerShell...

discussion

This adds the following cmdlets: * `Get-GitHubRepositoryPublicKey` - https://developer.github.com/v3/actions/secrets/#get-a-repository-public-key * `Get-GitHubSecretInfo` - https://developer.github.com/v3/actions/secrets/#list-repository-secrets and https://developer.github.com/v3/actions/secrets/#get-a-repository-secret * `Set-GitHubSecret` - https://developer.github.com/v3/actions/secrets/#create-or-update-a-repository-secret * `New-GitHubSecret` - https://developer.github.com/v3/actions/secrets/#create-or-update-a-repository-secret but with an "exists" check * `Remove-GitHubSecret`...

api completeness
api-actions-secrets
under consideration

#### Feature Idea Summary Now that #193 is in, this will track reacting to * [ ] Issue Comments * [ ] PR Comments * [ ] Commit Comments ####...

enhancement
discussion
triage needed
api-reactions