The Wayback Machine - https://web.archive.org/web/20201112000505/https://github.com/topics/concept
Skip to content
#

concept

Here are 433 public repositories matching this topic...

PSRule
BernieWhite
BernieWhite commented Dec 31, 2018

Currently PSRule supports Windows using PowerShell 5.1 and above.

This is great for Windows administrators however not great for everyone else. When enabling validation within a CI/CD pipeline, the agent platform might not be Windows.

Containers provide portability and consistency which is very applicable for PSRule.

PowerShell is already available in a published [Docker container](https:

n1ru4l
n1ru4l commented Nov 8, 2020

It would be nice if you could define whether a query should be live or not via a Boolean query argument. The main benefit I see is that the operation could then be used for SSR and streaming the results afterward.

unless could also be a valid option.

query users($isClient: Boolean = false) @live(if: $isClient) {
  users(first: 10) {
    id
    login
  }
}
const 

Improve this page

Add a description, image, and links to the concept topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the concept topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.