-
Updated
Feb 22, 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,110 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_
Issue Details
Readme points to docs at https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-service-endpoints, which show how to create firewall rules by creating a "Microsoft.ServiceBus/namespaces/networkruleset" resource. However the template
This is a follow up on: caprover/caprover#497
Currently, the GUI assumes the remote username is root and ssh is working on port 22. This is generally true, however, by allowing this fields as editable fields, we should allow users to customize these if they need to.
We also need to make sure that the fields have default values set to root and 22 for username
Today we have multiple code generators - one for tfgen, one for our Kubernetes provider, and several providers that have had to be hand written in every language because they do not fit either of the above.
Logically, these are all the same, and are tightly constrained by the need to represent the Pulumi resource model in the target language.
We plan to introduce a common intermediate sche
## 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
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
Getting the error below but looks like the boto connection timeout isn't configurable. Ideas welcome. I can probably contribute a PR.
2019-12-17 17:37:02,204: custodian.output:ERROR Error while executing policy
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
six.raise_from(e, None)
File "<st
Issue Type
This is a doc bug regarding gitlab-ci config
Bug report
PR ansible-community/molecule#2112 edited the gitlab-ci config to remove tags and make it more generic. It also removed the part of the config where the virtualenv is setup. However, the descriptive text in the docs still contains:
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.
🐛 Bug Report
Operating System: Ubuntu 19.10
Docker Image: budtmo/docker-android-x86-8.1
Docker Version: 19.03.3-ce
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1
Expected Behavior
Clicking on more button on the menu bar next to emulat
-
Updated
Feb 22, 2020 - C#
I am trying to explain the predictions made by my XGboost model using MMLSparks Lime package for scala. This is my first time using LIME library, I am able to perform a fit operation on the dataset and when I am trying to perform the transform operation, the program stops with an exception, "Caused by: java.lang.ClassCastException: org.apache.spark.ml.linalg.SparseVector cannot be cast to org.apac
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).
Description
ComputerVision/SETUP.md
I'd suggest to make it clear that is the ip address of the VM; is the username to this VM
In which platform does it happen?
Ubuntu DSVM NC6
How do we replicate the issue?
Expected behavior (i.e. solution)
Other Comments
The migration guide for Event Hubs at one point was named MigrationGuide.md
At some point this got renamed to migration-guide-from-v4.md
This now results in a broken link in the quick start for the old package which gets heavy traffic
The title inside the file talks about migration from what
-
Updated
Feb 9, 2020 - Java
What would you like to be added:
Recently we have introduced a validation(gardener/gardener#1642) that prevents shoot hibernation in case the cluster has a validating or mutating webhook which might block creation of new pods or nodes. The motivation is that such clusters cannot be waken up later.
The validation [logic](https://github.com/gardener/gardener/blob/ca
The Search functionality in the Azure Databricks documentation allows users to only search in the Azure Databricks documentation. That should be enabled for the AML documention (both the SDKs and the product docs.)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- 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
Integrate provider and service “logos” in the HTML report, so that they are more tailored.
For example, if Scout is run against an AWS account, AWS logos should be included in the report, as well as each services' logo.
icon sets:
- https://aws.amazon.com/architecture/icons/
- https://cloud.google.com/icons/
- https://www.microsoft.com/en-us/download/details.aspx?id=41937
The implement
-
Updated
Feb 22, 2020 - C#
Feature Request
Add support for the Cloud Controller Manager (possibly as Typhoon addon?)
Documentation: https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/
Feature
Kubernetes v1.6 introduced a new binary called cloud-controller-manager. cloud-controller-manager is a daemon that embeds cloud-specific control loops. These cloud-specific control loops were
-
Updated
Feb 21, 2020 - Go
This is what it looks like on the review site:
https://review.docs.microsoft.com/en-us/python/api/azure-ai-textanalytics/azure.ai.textanalytics.textanalyticsclient?view=azure-python-preview&branch=smoke-test-preview#analyze-sentiment-inputs--language-none----kwargs-

We believe that
Add documentation comments to all of the VmOrTemplate operations methods
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