-
It doesn't make sense for both the intent name and the context to be mandatory for a resolve operation.
In the [Hadouken implementation](https://github.com/HadoukenIO/fdc3-service/blob/86be5d5ce58c…
rikoe updated
6 years ago
-
The context parameter in `fdc3.open` should be optional, as a context shouldn't be required to open an application.
In the [OpenFin Hadouken implementation](https://github.com/HadoukenIO/fdc3-servi…
rikoe updated
6 years ago
-
A very important use case is resolving possible intents when you only have a context as a starting point.
```
const contact = {
type: 'fdc3.contact',
id: {
email: 'john.doe@email.com'
…
rikoe updated
6 years ago
-
The comment for `open(name: String, context: Context): Promise` says _"Launches/links to an app by name"_.
Elsewhere (e.g. when sending an intent), `type AppIdentifier = String` is used. Is the "na…
rikoe updated
6 years ago
-
Currently intents are used as follows:
```
// how we locate the agent is platform specific - assuming it is a global in this example!
const agent = fdc3;
const context = {};
const intent = ag…
-
```
Routine Zold::Routines::Gc #1 failed in 1m
RuntimeError: Wallet file '/root/4/4/8/b/448b451bc62e8e16.z' is absent
/usr/local/rvm/gems/ruby-2.5.1/gems/zold-0.18.4/lib/zold/txns.rb:41:in `fetch'…
-
The current "Specification Draft" is inconsistent with the latest source code and documentation, where `sendIntent` is used instead of `raiseIntent`, and where it talk about a [Resolution Object](http…
rikoe updated
6 years ago
-
The README.md asks contributors to run `yarn run doc` after making changes, but this produces URI links ("Defined In") to their own forks.
This means that:
* These files change for every PR by a d…
rikoe updated
6 years ago
-
### Issue description
>$TERM inside tmux is screen, screen-256color, tmux or tmux-256color. Check by running echo $TERM inside tmux.
```bash
➜ echo $TERM
screen-256color
```
>You can repro…
-
**Is this a request for help?**:
---yes
**What version of acs-engine?**:
---
Version: v0.18.3
GitCommit: 77dafcb43
GitTreeState: clean
**Orchestrator and version (e.g. Kuberne…