-
Updated
Mar 16, 2021 - Ruby
Deployment
The general deployment process consists of several interrelated activities with possible transitions between them. These activities can occur at the producer side or at the consumer side or both.
Here are 2,696 public repositories matching this topic...
-
Updated
Mar 16, 2021 - PHP
-
Updated
Nov 18, 2020 - Go
-
Updated
Mar 13, 2021 - TypeScript
-
Updated
Mar 16, 2021 - Ruby
Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage
but
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
hi there,
Just installed latest versions of shipit packages and here's something new:
Running 'deploy:fetch' task...
Create workspace...
Workspace created: "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Initialize local repository in "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Running "git init" on local.
@ Initialized empty Gi
-
Updated
Mar 8, 2021 - JavaScript
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
SUMMARY
I just faced an embarrassed problem that command st2 action list keeps return 503.
I tried st2 --debug action list and the result in line HTTP_PROXY(uppercase) was empty. This mislead me that the proxy info was set(which is not).
I finally found that the root cause is a lowercase http_proxy env variable was set in the system.
So I think it maybe more friend
-
Updated
Mar 16, 2021 - Groovy
-
Updated
Feb 23, 2021 - Kotlin
-
Updated
Oct 1, 2020 - Java
-
Updated
Feb 2, 2021
-
Updated
Mar 10, 2021 - Elixir
For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.
Linter should also fail if generation of manifests produce diff with the commited version.
-
Updated
Jan 23, 2021 - JavaScript
There are several broken links in our documentation which need to be adjusted to our .rst format. Some of them can be removed since they point to entries that no longer exists.
Here are a few examples:
-
Updated
Mar 15, 2021 - YAML
-
Updated
Feb 24, 2021
-
Updated
Mar 16, 2021 - Python
-
Updated
Mar 9, 2021 - Go
-
Updated
Sep 11, 2018 - C++
-
Updated
Oct 21, 2019 - Go
-
Updated
Apr 12, 2020 - Java
-
Updated
Mar 16, 2021 - TypeScript
- Wikipedia
- Wikipedia
Deployment apps
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
Flaptastic
Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite
Buddy
One-click delivery automation for Web Developers
Semaphore
Test and deploy at the push of a button
CloudBees CodeShip
Continuous Integration and Delivery. Fast. Customizable. Easy
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Cloud 66 Skycap
Skycap is a container native CI/CD tool


Hi, is there an easy way to get the memory occupied by some object ref?
E.g.
ray.sizeof(ray.put(object))