-
Updated
Feb 6, 2020 - Go
cloud-computing
Here are 719 public repositories matching this topic...
-
Updated
Feb 6, 2020
-
Updated
Feb 6, 2020
As discussed in #5931
The Configuration Guide shows new SiloHostBuilder() which I gather is going away, it should be updated for the generic host UseOrleans() approach.
Possibly related -- I'm setting up SQL storage for version 2.4.2. It appears the documentation in [Configuring ADO.NET Providers](http://dotnet.github.io/orleans/Documentation/clusters_and_clients/configuration_guide/con
-
Updated
Feb 6, 2020
If we use the cloned code, the "grep hello app.py" command actually will show user modified code (In the tutorial example, it shows nothing).
I believe the reason is that yml file volume part actually mount "./flask-app:/opt/flask-app", and every time we grep, we are on user's app.py's layer.
I had created a Service Fabric project called "Stateless ASP.Net Core" with ASP.Net Core 3.0 WebAPI. I replaced WebAPI code with ASP.Net Core 3.0 gRPC middlewear based on MSDN documentation.
MSDN Documentation link : https://docs.microsoft.com/en-us/aspnet/core/grpc/aspnetcore?view=aspnetcore-3.0&tabs=visual-studio
Is it technically possible to use ASP.Net Core 3.0 gRPC with Stateless ASP.Ne
There are big differences and missing sections in the left hand navigation of https://cloudcustodian.io/docs/_modules/ compared to to the top level of https://cloudcustodian.io/docs/
Found _modules/ link and it's subpages via a google search.
Could you provide deployment guide for Google Cloud platform or Heroku please?
When I run bash script, my laptop freeze . Maybe 8gb of memory is not enough to run chrome and run multiple node servers at the same time
-
Updated
Feb 6, 2020
Is your feature request related to a problem? Please describe.
Sometimes I'd like to restart a single service, instead of all of them
Describe the solution you'd like
okteto restart api
Describe alternatives you've considered
Right now I do okteto restart but it takes longer because it has to restart multiple services
-
Updated
Feb 5, 2020 - Go
-
Updated
Feb 5, 2020 - Jupyter Notebook
Currently, if a bucket's region is undiscoverable (e.g., because we don't have permissions to issue GetBucketLocation calls), Reflow reverts to the default region us-east-1. Reflow should probably instead use the session's region (or, as specified by Config.AWSRegion).
-
Updated
Jan 30, 2020 - C++
The readme doesn't mention anywhere that the described steps are Linux-only.
I suspect this is the actual reason that
cargo build -Z build-std=std,core,alloc,panic_abort --target x86_64-unknown-hermit
fails for me on macOS 10.15.2 (Catalina) with
running: "cc" "cc" "-O1" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "src/libbacktrace" "-I" "/Users/moritz/code/rus
In the API HTML documentation: The example urls currently have the .erl suffix. This needs to change to a .json suffix and example request/response data should be added below.
The Quickstart (in HTML/Markdown) needs to be updated, the Java tutorial, and possibly the FAQ.
The file src/service_api/README.markdown needs to be updated.
This change needs to occur immediately before the
-
Updated
Jan 24, 2020 - C#
-
Updated
Feb 2, 2020 - Python
-
Updated
Jan 24, 2020
When adding storage, there are a lot of options available and no description of each type of storage. when hovering over a storage item, a description could pop up to inform the user.
-
Updated
Feb 4, 2020 - C
Is your feature request related to a problem? Please describe.
As the number of kernels managed by Backend.AI increases, the stability of each kernel becomes a major issue. In some cases, the stability of the kernel environment itself is inherent, but the libraries, code, and application software in the kernel often collide with each other. Currently, after a simple operation test, we respond
-
Updated
Jan 23, 2020 - Python
-
Updated
Jan 20, 2020 - C
An UtilizationModel defines how a Cloudlet will use Vm's RAM. When a Cloudlet requests more RAM than the Vm has available at the moment, it's shown a warning message, but the Cloudlet execution finishes at the expected time.
In operating systems, when this situation happens, the SO starts to use virtual memory to swap data belonging to idle processes from the RAM to the disk. This o
Improve this page
Add a description, image, and links to the cloud-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-computing topic, visit your repo's landing page and select "manage topics."
See nats-io/nats-server#944. I spent a couple of hours debugging this issue and believe that it probably should be documented in README (if I've understood things correctly).