Trevor Sullivan

Results 84 issues of Trevor Sullivan

# Polaris Bug Report ## Description of the bug --- After running `Stop-Polaris` and `Clear-Polaris`, the Polaris module leaves behind a couple of event subscriptions. These should be cleaned up...

## Problem Statement When I run `Start-Polaris` inside a container, the container exits immediately because the command is asynchronous. I tried adding a `Start-Sleep -Seconds 100` command after `Start-Polaris`, but...

We need to add operations for GitHub Gist code snippets. # Gists https://developer.github.com/v3/gists/ - [x] List out all Gists for the authenticated user - [ ] List starred Gists for...

enhancement
help wanted

We need to add formatting files for object output, to ensure that useful data is displayed by default. As a prerequisite to this, we will need to build out a...

enhancement
help wanted

We need to fill out some of the core commands for interacting with GitHub. # Core - [ ] We need to figure out how to handle data pagination #...

enhancement
help wanted

We need to add PowerShell commands to the PSGitHub module that support repository migration and import of external revision control repositories. # Repository Import https://developer.github.com/v3/migration/migrations/ - [ ] Invoke a...

enhancement
help wanted

Modify the AppVeyor YAML build configuration to publish Flancy to the PowerShell Gallery. Cheers, Trevor Sullivan Microsoft MVP: PowerShell http://trevorsullivan.net http://twitter.com/pcgeek86

enhancement

## Bug Report **What version of Kubernetes are you using?** Linode Kubernetes Engine 1.23.6 ``` C:\Users\TrevorSullivan> kubectl get node --output=wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME...

type/bug

## Feature Request **Is your feature request related to a problem? Please describe:** I would like to create a workflow, and then schedule that workflow to run periodically on a...

type/enhancement
component/dashboard

## Bug Report **What version of Kubernetes are you using?** 1.23.6 **What version of Chaos Mesh are you using?** 2.3.0 **What did you do?** - Set up fresh Kubernetes cluster...