infrastructure
Here are 1,594 public repositories matching this topic...
-
Updated
Apr 19, 2021 - Rust
-
Updated
May 18, 2021
-
Updated
May 19, 2021 - Ruby
Current behavior
Right now, the connection string to Azure can be passed as a string at initialization or read AZURE_STORAGE_CONNECTION_STRING from the environment.
The connection string property is not serialized with the storage object. The only way to get this to work is to have AZURE_STORAGE_CONNECTION_STRING available when the flow is retrieved from storage. For most agent types, t
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Apr 27, 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
May 17, 2021 - C
Evaluate for Runner
🚀 Feature Request
The evaluate_loader method for Python API. Similar to .train and .predict_loader
Motivation
-
Updated
May 16, 2021 - Ruby
-
Updated
May 17, 2021 - Java
-
Updated
Nov 22, 2018 - Go
-
Updated
May 19, 2021 - Ruby
-
Updated
May 18, 2021 - Go
-
Updated
May 19, 2021 - Go
-
Updated
Apr 27, 2021 - Go
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
May 14, 2021 - Python
-
Updated
May 18, 2021 - Python
-
Updated
May 18, 2021 - Python
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
May 17, 2021 - Python
-
Updated
May 9, 2021 - HTML
-
Updated
May 16, 2021
-
Updated
May 15, 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."
When publish a techdocs to S3 all files has the content-type application/octet-stream. It does no break techdocs view inside backstage, but does not allow use a bucket as a static web site outside of backstage.
Expected Behavior
Send content-type as text/html for html files, text/css for css files, text/javascript for javascript files, application/xml for xml files and application/json for