-
In the Architecture section the diagram shows that the DPP process is started with a scan of a 2D barcode on the exterior of the 'box'. Must this always be the case?
Can discovery be initiated v…
-
### Goal
Enable more loosely coupled callbacks, where the signature doesn't have to match 1-1.
``` python
import pyblish.api
def on_my_signal(argument1, argument2):
print("%s, %s" % (argument1, a…
-
### What is the expected behavior?
Implement loosely coupled integration of runtime service into serverless.
### User story
As serverless user I want each serverless job keep track of s…
-
The main page advertises:
> Everything to get you started
>
> Being as loosely coupled as Perun is it can be hard to get started and understand how all these things fit together. This website pro…
-
***Als*** koplopergroep OF
***Wil ik*** een zaak kunnen starten op basis van formulierdata uit open Formulieren
***Zodat*** ik open formulieren kan gebruiken om internetaanvragen te laten doen.
Ac…
-
I am building workflows using JSON definitions and would like to define my workflow data object in a loosely coupled manner like so:
```
public class WorkflowData
{
public Dictio…
-
It is not appropriate to change directories in a program scope where other loosely coupled threads or subprocesses are not well integrated with such behavior.
We might choose to use this function i…
-
## User Story:
As ReportStream,
I want to define my user's HL7 validation specifications
so that they can be configured and used to ensure good HL7 data in the pipeline.
## Description/Use Case
Deter…
-
Our Traits are loosely coupled which means a user or platform builder can easily add a trait for some kinds of workload.
But we can't recognize whether a new trait will conflict with an existing tr…
-
### Description:
The Microservice Architecture pattern structures an application as a collection of loosely coupled services. This approach enhances modularity, allowing each service to be developed, …