infrastructure
Here are 1,796 public repositories matching this topic...
-
Updated
Dec 1, 2021 - Rust
-
Updated
Jan 22, 2022
Current behavior
You get an error if you try to upload the same file name
azure.core.exceptions.ResourceExistsError: The specified blob already exists.
RequestId:5bef0cf1-b01e-002e-6
Proposed behavior
The task should take in an overwrite argument and pass it to [this line](https://github.com/PrefectHQ/prefect/blob/6cd24b023411980842fa77e6c0ca2ced47eeb83e/src/prefect/
Description
Add CLI bash completion of APIs and environments. Environments is lower priority.
Additional Context
- The operator will need an endpoint to provide the list of APIs. Which env to use? Pull it from the still-being-typed command (e.g. if
--env awsis typed already)? - Env names can be read from the CLI config
- [Cobra docs](https://github.com/spf13/cobra/blob/master
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 27, 2022 - Ruby
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Jan 26, 2022 - Python
-
Updated
Mar 1, 2021
-
Updated
Jan 25, 2022 - C
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 27, 2022 - Python
fixed a typo in store.go file
changed AWS::ApiGateway::Stage.MethodSettings to AWS::ApiGateway::Stage.MethodSetting
CFT uses singular form of the name
-
Updated
Jan 21, 2022 - Java
-
Updated
May 16, 2021 - Ruby
-
Updated
Nov 22, 2018 - Go
-
Updated
Jan 27, 2022 - Ruby
-
Updated
Jan 5, 2022 - Go
A number of modules, and scripts in the test suite start with
#!/usr/bin/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, e.g.
- testing detection/selection of `ansible_py
-
Updated
Aug 6, 2021 - HTML
-
Updated
Jul 12, 2021 - Go
-
Updated
Jan 27, 2022 - Python
-
Updated
Jan 26, 2022 - Python
-
Updated
Jan 27, 2022 - Python
especially for less obvious but lengthy code snippets!
-
Updated
Jan 17, 2022 - Python
-
Updated
Nov 16, 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
Consider the following piece of scaffolder template: