-
Updated
Aug 14, 2021 - JavaScript
cloud
Here are 5,527 public repositories matching this topic...
-
Updated
Aug 15, 2021 - Shell
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 15, 2021 - JavaScript
[BUG] inconsistent behaviour between supervisord.running and supervisord.dead for process groups
Description
let's say I have an apache
process group I want to control.
- when using
supervisord.running
, thename
must beapache:*
(which is the same notation used by supervisor) - when using
supervisord.dead
, thename
must beapache:
(without the*
)
As both states mirror each other, I expect them to use the same convention for name
, the one from running
since it
-
Updated
Aug 13, 2021 - Python
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 13, 2021 - Elixir
-
Updated
Aug 12, 2021 - Python
-
Updated
May 28, 2021
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 14, 2021 - Go
Describe the bug
Some devfiles have several commands that need to be executed in a precise order to succeed.
Some are named with prefixed numbers that help the user, but some others are not.
For instance:
- angular
- python-django
Che version
- latest
- nightly
- other: please spec
-
Updated
Aug 6, 2021
-
Updated
Aug 12, 2021 - C++
-
Updated
Dec 4, 2020 - Python
-
Updated
Aug 12, 2021 - Shell
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
Improve this page
Add a description, image, and links to the cloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud topic, visit your repo's landing page and select "manage topics."
We badly started implementing some props mutation.
There are usually two cases:
propsData
Solution 1
Migrate the propsData (usually initial-states) to the root
.vue
file away from the.js
entry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations