Justin Grote

Results 874 comments of Justin Grote

Implementation is here: https://github.com/fluent/fluent-bit/blob/e37b56b2a1c75ca50c15848a945b448f7d85ee85/src/flb_help.c#L536 This definitely does not seem to build any kind of standard JSON schema format.

I created a PowerShell script to generate a schema based on fluentbit -J output. It is hosted here: https://github.com/JustinGrote/FluentBitJsonSchema To use add the follow line to the top of your...

Still-Active. @edsiper please label with exempt-stale

You can place a PSScriptAnalyzer Settings file in a repo and add a settings.json to point to it if necessary to make it repo-wide.

Yep, you can also just open settings with `ctrl-,` and select `workspace` and it'll handle it for you. https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings

Workspace-specific settings should generally not be gitignored if you want to provide a standard set of settings for a repository. Users should use a workspace file or profile with specific...

Theoretically yes, but why not just test it to be sure? https://code.visualstudio.com/docs/editor/multi-root-workspaces#_settings

Discovered `func pack` via a reddit thread. Extremely useful to create the deployment zip and host it somewhere like GitHub releases for functions to fetch and deploy such as for...

Thanks for your submission! I think I noted elsewhere that I think the ideal thing to do is to separate the formatting from the code actions in psscriptanalyzer when exposing...