Ravikanth C
Ravikanth C
I was working on a similar project as poshspec internally but did not make much progress. Now that I see this project, I don't think I need to invest in...
You are a rock star in GitHub profile Readme. Seriously!
Consider the following example. ```go package main import ( "fmt" "os" "github.com/spf13/cobra" ) var rootCmd = &cobra.Command{ Use: "app", Short: "A sample CLI program", Long: "A sample CLI program that...
I may be missing something here, but consider this example. JSON: ```json [ { "id": 1, "name": "John", "projects": ["Go","Python","AI"] }, { "id": 2, "name": "Jerry", "projects": ["Go","AI"] }, {...
I love the simplicity of this theme and exploring building a tech community blog. However, I need help to figure out/see if there is an issue with the multi-author support....
The reporting provider should have generic interfaces for integrating with different reporting modules such as wrappers around UniversalDashboard, PSTHML, and ImportExcel.
The publish provider should have generic interfaces to support different configuration management tools such as DSC, Ansible, Puppet, Chef and deployment modules such as PSDeploy.
The note that said, "Pod's scheduling events have .spec.schedulerName as the ReportingController", is no longer true. I do not find the `spec.schedulerName` set to `ReportingController`. ```yaml $ k get pod...
When a command has persistent flags defined, these flags get inherited by all sub-commands and nested sub-commands. Let us consider an example. root - --subscription [persistent flag] - get -...
**Is your feature request related to a problem? Please describe.** Within Bicep Visualizer, the visualized template is displayed on the canvas and we can interact with the template. However, it...