Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Roaders closed a pull request on morganstanley/ts-mocking-bird
Bump concurrently from 7.0.0 to 9.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.0.0 to 9.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-cli-tools/c...Roaders pushed 3 commits to dependabot/npm_and_yarn/concurrently-9.1.0 morganstanley/ts-mocking-bird
- Bump github/codeql-action from 3.27.0 to 3.27.5 Bumps [github/codeql-action](https://github.com/github/codeql-action... b5ac5ce
- Merge pull request #141 from morganstanley/dependabot/github_actions/github/codeql-action-3.27.5 942fc91
- Merge branch 'main' into dependabot/npm_and_yarn/concurrently-9.1.0 d7f1212
Roaders created a comment on a pull request on finos/FDC3
one of the checks is failing. what do I need to do to fixs that? is it test coverage?
Roaders created a comment on an issue on finos/FDC3
ok, so there is no additional handshake process, just a message to return a new channel. That makes the communication easier... How does this work if agent => proxy communication is done over an i...
Roaders created a comment on a pull request on finos/FDC3
Much clearer (to me). SLight mistake in teh code though. You refer to `sessionData` on the first line but `sessionStorage` on the second. It should be: ```ts const sessionData:SessionStorageFor...
Roaders created a comment on a pull request on finos/FDC3
> > Hmmmm.... the diff is now huge... Could this just be because I deleted BrowserTypes and regenerated with the functions in a different order? > > Its not that bad, looks to me mostly like the...
Roaders created a comment on a pull request on finos/FDC3
Added the valid type predicates and sped up the normal predicate. Added some progress messages (generation is a bit slow). Added comments to type predicates.
Roaders pushed 1 commit to fdc3-for-web-impl-merging-prs Roaders/FDC3
- Tidy up code. Add valid / non valid predicates 7979770
Roaders created a comment on a pull request on finos/FDC3
> > ```ts > public onMessage(message: AppRequestMessage): void{ > switch(message){ > case: isRaiseIntentRequest(message): > ... > break; > ...
Roaders created a comment on a pull request on finos/FDC3
Hmmmm.... the diff is now huge... Could this just be because I deleted BrowserTypes and regenerated with the functions in a different order?
Roaders created a comment on a pull request on finos/FDC3
Have pushed some updates. - This should no longer duplicate code. It removes any existing statements of the same name before writing - This removes the interfaces for `AppRequestMessage`, `Agen...
Roaders pushed 3 commits to fdc3-for-web-impl-merging-prs Roaders/FDC3
Roaders created a comment on an issue on finos/FDC3
I might have missed some discussion on this then. Are there any documents on this? It sounds like only 1 interface (the desktop agent created by `getAgent()`) will communicate from a given wind...
Roaders created a comment on an issue on finos/FDC3
I had missed that the `getSubAgent ` function was to be added to `DesktopAgent`. I had thought that it would be a function at the same level as `getAgent()`
Roaders created a comment on an issue on finos/FDC3
Ok, that all makes sense. It seems that sub agents are fully self contained agents that have all the features of a normal agent. The only difference is that there can be multiple in one window. ...
Roaders created a comment on an issue on finos/FDC3
Thanks for the reply @kriswest - I thought that I had already replied here but obviously not... Using sub agents might resolve some of the issues but it may well raise others. I guess that these...
Roaders created a comment on an issue on finos/FDC3
Some thoughts on this. Some questions that we will have to answer when we come to implement this: - Will a sub agents appear to the other applications as separate instances? In other words will ...
Roaders opened a pull request on finos/FDC3
Modify generate-type-predicates to only include interfaces that have …
## Describe your change Modification of the generate-type-predicates code to build unions types of interfaces not based on the interface name but based on the `type` declared in the interface. I...Roaders created a branch on Roaders/FDC3
fdc3-for-web-impl-merging-prs - An open standard for the financial desktop.
Roaders pushed 261 commits to main Roaders/FDC3
- First pass browser-resident DAs 1ba26e0
- Add BCP definitions fd94343
- Finish protocols 253dc93
- Update docs/specs/getAgent.md 28c7a95
- Merge branch 'fdc3-for-web' into thorsent/fdc3-for-web-spec 02d0322
- Merge pull request #1167 from thorsent/thorsent/fdc3-for-web-spec Draft Agent agnostic fdc3 spec 3ebd5f2
- 50% complete json schemas for api wire protocol messages ac7723f
- completing most API call messages in wire protocol de724be
- adding messages for managing context and intent listeners 8bcaab2
- Completing private channel message exchanges and all event messages bc8ec0f
- prettier fbf7598
- minor jsdoc correction 971f62d
- Merge branch 'main' into fdc3-for-web 3d72ff0
- Updating getAgent and Errors docs pages for fdc3-for-the-web 68121b7
- minor clarification in Private Channel content 7d975e9
- moving new DA specs files 4def718
- Updates to API spec based on PR feedback 278eca6
- improving supported platforms content f5366a0
- Updating raiseIntent API messages to include a NeedsResolution message a43c7a1
- Adding Web Connection protocol messages 5d45c1d
- and 241 more ...
Roaders closed a pull request on morganstanley/ts-mocking-bird
Bump @types/lodash from 4.14.179 to 4.17.13
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.179 to 4.17.13. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="ht...Roaders closed a pull request on morganstanley/ts-mocking-bird
Bump @typescript-eslint/parser from 4.33.0 to 8.12.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.33.0 to 8.12.2. <details> <summary>Release notes</summary> <p><em>Sourced ...Roaders pushed 4 commits to main morganstanley/ts-mocking-bird
- Bump jasmine and @types/jasmine Bumps [jasmine](https://github.com/jasmine/jasmine-npm) and [@types/jasmine](https:/... 6a009c0
- Merge branch 'main' into dependabot/npm_and_yarn/multi-928d4fc282 d7f4b0e
- Merge branch 'main' into dependabot/npm_and_yarn/multi-928d4fc282 6cc2a29
- Merge pull request #129 from morganstanley/dependabot/npm_and_yarn/multi-928d4fc282 Bump jasmine and @types/jasmine 3c0bf7e