-
Updated
Jul 23, 2021 - JavaScript
cloud
Here are 5,459 public repositories matching this topic...
-
Updated
Jul 24, 2021 - Shell
-
Updated
Jul 24, 2021 - Go
-
Updated
Jul 24, 2021 - Go
-
Updated
Jul 24, 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
Jul 23, 2021 - Python
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 8, 2021 - Python
-
Updated
Jul 14, 2021 - Go
-
Updated
Jul 24, 2021 - Go
-
Updated
Jul 23, 2021 - Elixir
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 16, 2021 - Java
-
Updated
May 28, 2021
-
Updated
Jul 8, 2021 - Go
-
Updated
Jul 6, 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
Jul 16, 2021
-
Updated
Jul 21, 2021 - C++
-
Updated
Dec 4, 2020 - Python
-
Updated
May 27, 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