infrastructure
Here are 1,558 public repositories matching this topic...
-
Updated
Apr 19, 2021 - Rust
-
Updated
Apr 18, 2021
-
Updated
Apr 21, 2021 - Ruby
Current behavior
LocalStorage saves flows by default in a local that looks like Users/username. LocalStorage and LocalRun work well together because Prefect will able to find the Flow in that default location. The issue is when we combine LocalStorage with other RunConfigs. Users will get an error that looks like `Failed to load and execute Flow's environment: ModuleNotFoundError("No module
-
Updated
Mar 11, 2021
-
Updated
Apr 13, 2021 - Python
-
Updated
Mar 1, 2021
What is the problem this feature would solve? Please describe.
In CI and/or scripting it is often useful for commands that create resources to block until they become ready. For example, both doctl compute droplet create and doctl kubernetes cluster create have --wait flags that block until the resource has been successfully created. Recently, the doctl apps create-deployment comman
-
Updated
Apr 20, 2021 - C
🚀 Feature Request
Let's add samplers from facebookresearch/classifier-balancing to catalyst.data.sampler.
Motivation
-
Updated
Mar 27, 2020 - Ruby
-
Updated
Nov 22, 2018 - Go
-
Updated
Apr 21, 2021 - Java
-
Updated
Apr 21, 2021 - Ruby
-
Updated
Mar 25, 2021 - Go
-
Updated
Nov 14, 2019 - Go
- terrascan version: 1.2
- Operating System: all
Description
When scanning a repo, if the severity field is not all caps (HIGH|MEDIUM|LOW), when violations are output, the color of the severity field does not show up. The compare should be case-insensitive, OR we can normalize the severity field.
What I Did
terrascan scan -d [dir]
A number of modules, and scripts in the test suite start with
#!/usr/bin/env python
In general it is better to use
#!/usr/bin/env python
because that allows execution inside a virtualenv, or when python is installed elsewhere, e.g. /usr/loca/bin/python.
There may be cases in which we really do want to hard code the path - for instance testing detection/selection of `
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 19, 2021 - Python
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 20, 2021 - HTML
-
Updated
Apr 20, 2021
-
Updated
Mar 24, 2021 - Rust
Improve this page
Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."
Expected Behavior
When using an
<InfoCard>which has no title, subtitle or links - essentially just content - the content inside of the card should be aligned/balanced within the card outline.Current Behavior