Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Roaders

Roaders opened an issue on finos/FDC3
Question: What is the intended use for BrowserTypes.Convert
### Question Area - [ ] App Directory - [x] API - [ ] Context Data - [ ] Intents - [ ] Use Cases - [ ] Other ### Question I had always thought that the [Convert](https://github.co...
Roaders created a comment on a pull request on finos/FDC3
Notes from FDC3 for Web Browsers Discussion group 17th October 2024 #1391 It would be better if didn't rely on the interface name to build the union types. If we could instead check that a give...

View on GitHub

Roaders created a comment on an issue on finos/FDC3
Giles Roadnight / Morgan Stanley 🚀

View on GitHub

Roaders created a comment on a pull request on finos/FDC3
The reason for `RequestMessage` is to support Discriminated unions: ```ts public onMessage(message: RequestMessage): void{ switch(message.type){ case: "raiseIntentRequest": ...

View on GitHub

Roaders created a review comment on a pull request on finos/FDC3
I am pretty sure that I would have only added this as I was getting errors without but hopefully I can get it to work without if I have another go.

View on GitHub

Roaders created a review on a pull request on finos/FDC3

View on GitHub

Roaders created a comment on a pull request on finos/FDC3
would ```ts return window.fdc3?.open() ?? Promise.reject(UnavailableError); ``` work? It should do. If fdc3 is not defined then undefined would be returned rather than a promise so in that ...

View on GitHub

Roaders created a comment on an issue on finos/FDC3
I think that it is quite likely that for a given app there might be multiple differnet parts in the app that might want to listen to a single intent being raised. One component might want to actual...

View on GitHub

Roaders created a comment on an issue on finos/FDC3
This has obviously been thought about before and as you say, the main requirement for this is when working with testing tools rather than a real prod use case. Thanks for the reply. I am happy to c...

View on GitHub

Roaders closed an issue on finos/FDC3
Question: Are we missing an addIntentForContextListener?
### Question Area - [ ] App Directory - [x] API - [ ] Context Data - [ ] Intents - [ ] Use Cases - [ ] Other ### Question Correct me if I am wrong but it's currently not possible ...
Roaders created a comment on an issue on finos/FDC3
ok, thanks @kriswest - I think rejecting with that error is the best course of action.

View on GitHub

Roaders closed an issue on finos/FDC3
Question: Is there any guidance on how to handle unexpected contexts in an IntentHandler
### Question Area - [ ] App Directory - [ ] API - [ ] Context Data - [ ] Intents - [ ] Use Cases - [x] Other ### Question If I raise a `StartCall` intent the expected context woul...
Roaders opened an issue on finos/FDC3
Question: Is there any guidance on how to handle unexpected contexts in an INtenHandler
### Question Area - [ ] App Directory - [ ] API - [ ] Context Data - [ ] Intents - [ ] Use Cases - [x] Other ### Question If I raise a `StartCall` intent the expected context woul...
Roaders opened an issue on finos/FDC3
Question: Are we missing an addIntentForContextListener?
### Question Area - [ ] App Directory - [x] API - [ ] Context Data - [ ] Intents - [ ] Use Cases - [ ] Other ### Question Correct me if I am wrong but it's currently not possible ...