James Brundage

Results 990 issues of James Brundage

## Useful syntax ~~~PowerShell using namespace https://x/y/z # is valid syntax # so is: using namespace @' ghcr.io/startautomating/pipescript '@ # so is: using namespace anynamespacethatdoesnotexist # or using namespace language.javascript...

enhancement

[Github supports saying you did something on behalf of an organization](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization), using an `on-behalf-of` trailer. This is great to support, as it's a great way of indicating who or what...

[Github supports multiple authors for a commit](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors) It does this by creating a trailer that adds a user the form of `"$author"`. In order to give credit more broadly, it...

Splatter's functions should be exported into a .types.ps1xml, so they can be more simply streamed into another site or service.

LightScript's Twinkly support could stand to see some improvement. * `Get-Twinkly` * [ ] #129 * [ ] #130 * [ ] #132 * [ ] #133 * [ ]...