-
Updated
Apr 4, 2020 - Makefile
Azure
Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers.
Here are 5,354 public repositories matching this topic...
https://gocloud.dev/howto/blob/open-bucket/#prefix
Comment from @vangent: "I think we can drop this section and just leave it in the godoc. Thoughts?"
Originally posted in google/go-cloud@ff6e56c_
Template name: 101-event-grid, https://github.com/Azure/azure-quickstart-templates/blob/master/101-event-grid/azuredeploy.json
The parameter eventGridSubscriptionUrl's description ends with:
(RequestBin URLs are exempt from this requirement.)
This is no longer true, and deployments will fail, if the validation challenge is not answered, or the validation URL is not visited - even when
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of captain-definition file:
N/A
Steps to reproduce the problem:
- Install Gitea
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i
Is your feature request related to a problem? Please describe.
Can you please add the screenshot and precise step-by-steps to documentation to deploy cloud custodian in both AWS, Azure and GCP. Can you also provide the same kind of enhanced screenshot version for installation / working of tools like c7n-mailer, Salactus, etc.
Describe the solution you'd like
Want documentation with sy
If you'd like to have your company represented and are using Komiser please give formal written permission below via a comment and email to contact@komiser.io.
We will need a URL to a svg or png logo, a text title and a company URL.
- Explain in notebook/FAQ what non-maxima suppression is what values to set (threshold on IoU)
- Explain and provide code how to pick a good score threshold (reuse Patrick's plot which was implemented for the drone demo)
🐛 Bug Report
Operating System:
macOS 10.15.3
Docker Image:
budtmo/docker-android-x86-10.0
Docker Version:
Docker Desktop v2.2.0.3
Docker-compose version (Only if you use it):
N/A
Docker Command to start docker-android:
N/A
Expected Behavior
docker build completes without errors
Actual Behavior
An image is build based on budtmo/docker-android-x86-10.0
Based on "Clean Code" book, I find this section very useful. Use exceptions to indicate on error occurred instead of returning error codes, it complicates the caller function's code.
// bad
int func1(){
if (some condition)
return -1; // Error
return 0; // Ok
}
void func2(){
if (func1() == 0)
return;
}
// good
void func1(){
if (some condition)
Version
com.microsoft.ml.spark:mmlspark_2.11:jar:0.18.1
spark= 2.4.3
scala=2.11.12
data (csv with header) https://gist.github.com/ttpro1995/69051647a256af912803c9a16040f43a
download data and save as csv file, put into folder /data/public/HIGGS/higgs.test.predictioncsv
val data = spark.read.option("header","true").option("inferSchema", "true").csv("/data/public/HIGGS
The official API docs are here
https://developers.google.com/maps/documentation/geocoding/start
I wanted to know if it would be possible to add this API's Swagger doc (and that of similar Google APIs like this).
-
Updated
Mar 27, 2020 - Shell
https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-samples is not up to date about how to use markdown files with source files.
In the REMARKS sample aboove and also in some notebooks we have it with max_cores_per_iteration = -1.
I think that means "use all the possible cores per iteration/child-run".
However, the "-1" value is not documented in this reference doc page. We need to document it.
Right now the description of the parameter is just this (check above in this page):
max_cores_per_iteration
int
Maximum number
Gardener deploys a bunch of network policies into the shoot namespace in the seeds. Any extension controller that wants to deploy additional components next to the control plane that need to communicate with other parts needs to set proper labels to get targeted by the network policies managed by Gardener.
Today, we don't have documentation for which network policies are installed by Gardener a
This is from the documentation at http://docs.seldon.io/api-oauth.html#actions
The item attribute definition is:
string name [attr_id 1]
string artist [attr_id 2]
enum category [attr_id 3]
double price [attr_id 4]
Where:
category is the enumeration
** (pop [value_id 1], rock [value_id 2], rap [value_id 3])
a range definition is created for the price ** (<10 [value_id 1], 10-20 [value_id
When a new version of Apache Spark is released, we'd have to make changes in the code base to add any new APIs, account for new protocol changes on the worker-side etc. We should document this to allow anyone to upgrade .NET for Apache Spark to newer versions.
Success Criteria
- Clearly call out code changes with examples
- Capture caveats one might encounter during this upgrade process
Hardcoded AWS Region
Describe the bug
The implementation of https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/providers/aws/facade/base.py hardcodes the use of the eu-west-1 region. If this region is disabled, or there are policies which disallow calling endpoints from that region, then Scout will fail.
This has been observed for an account which had policies restricting all API calls not m
-
Updated
Mar 31, 2020 - C#
Bug
For want of a better categorisation. The first thing that kube-proxy logs at startup is the following:
W0913 12:02:58.529651 1 server.go:195] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP.
Environment
- Platform: aws
- OS: container-linux
- Ref: v1.11.2
- Terraform: 0.11.8
- Pl
IT seems like docs.microsoft.com is not documenting kwargs anywhere.
Here are some examples:
Keyvault:
https://docs.microsoft.com/en-us/python/api/azure-keyvault-keys/azure.keyvault.keys.k
It'd be nice to be able to say, e.g. tfsec:ignore:aws-plain-http instead of tfsec:ignore:AWS004. That way, we can easily see what's being ignored in files.
-
Updated
Mar 22, 2019 - Go
Created by Microsoft
Released February 1, 2010
- Organization
- Azure
- Website
- azure.microsoft.com
- Wikipedia
- Wikipedia

Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o