Ecosyste.ms: Timeline

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

finos/FDC3

robmoffat created a comment on a pull request on finos/FDC3
@kemerava @kriswest please add your review and let's get this one closed, thanks

View on GitHub

robmoffat pushed 1 commit to pictet-removal finos/FDC3
  • Delete website/static/img/users/pictet.png b7d97ca

View on GitHub

robmoffat pushed 100 commits to fdc3-for-web-impl finos/FDC3
  • Linting setup 664ad77
  • WIP GetAgent refactor 3dd0fd2
  • Better encapsulate handshake and identity messaging and reuse in failover handling 2614791
  • Adding timeouts to loaders and eliminating TimeoutLoader Individual timeouts allow for steps that our outside the ti... 9fa5f1e
  • Limit connection strategies based on persisted data ae5ef1e
  • use a previously persisted agentUrl in PostMessageLoader if available f8a2761
  • typing on waitFor and exchange + some cleanup in AbstractWebMessaging (which needs further work) c8e9dff
  • Further cleanup of Messaging and Listeners, additional typing ImplementationMetadata is now passed into AbstractMess... 4aaa941
  • Cleanup and simplify AbstractListener f4713c4
  • Merge branch 'fdc3-for-web-fix-private-channel-events' into fdc3-for-web-impl-getAgent-refactor 810cf33
  • Refactor PrivateChannel event listener support fb7c0b7
  • Messaging refactor - Eliminate AbstractWebMessaging - Messaging is no longer a Connectable (as the connection is pro... 23f8ad1
  • Corrections to PrivateChannelAddEventListenerRequest 070a413
  • Merge branch 'fdc3-for-web-impl-update-type-predicates' into fdc3-for-web-impl-getAgent-refactor 1254cc9
  • More typing work on Listener and PrivateChannel events 06c6c9c
  • Better logging in getAgent 59ad838
  • Send WCP6Goodbye on disconnects - inside MessagePortMessaging a54b2f7
  • minor tweaks to heartbeats 832349f
  • typing in UI component handling f066ffb
  • Add fdc3 version to standard package 9b236ea
  • and 80 more ...

View on GitHub

robmoffat closed a pull request on finos/FDC3
Fdc3 for web impl get agent refactor
## Describe your change Significant refactor of the fdc3-get-agent package to align it with the Standard and a number of change fdc3-agent-proxy or fdc3-web-impl that were necessitated by the ch...
bingenito created a comment on a pull request on finos/FDC3
@kemerava I worked on and off over break for weeks on this and can't get it to work intuitively using generics. The design simply just doesn't fit into .NET that well and my current implementation...

View on GitHub

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

View on GitHub

github-actions[bot] created a comment on a pull request on finos/FDC3
<img src="https://svg.test-summary.com/dashboard.svg?p=494&f=0&s=0" alt="494 passed">

View on GitHub

kriswest created a review comment on a pull request on finos/FDC3
Gah, you're right. That was an abortive attempt to fix color contrast on channels - before I went and did it properly with a luminance based contrast calculation. Removed it. Getting no build error...

View on GitHub

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

View on GitHub

kriswest pushed 1 commit to fdc3-for-web-impl-getAgent-refactor finos/FDC3

View on GitHub

keshavaspanda forked finos/FDC3

keshavaspanda/FDC3

robmoffat created a review comment on a pull request on finos/FDC3
... but actually I don't think you're even using `glyphColor`!

View on GitHub

robmoffat created a review comment on a pull request on finos/FDC3
I'm getting a compile error here, which I can fix by changing to this: ``` export type ChannelState = { id: string; type: ChannelType; context: Context[]; displayMetadata: DisplayMe...

View on GitHub

robmoffat created a review on a pull request on finos/FDC3
Thumbs up from me.. although there's one issue you can look at

View on GitHub

robmoffat created a review on a pull request on finos/FDC3
Thumbs up from me.. although there's one issue you can look at

View on GitHub

github-actions[bot] created a comment on a pull request on finos/FDC3
<img src="https://svg.test-summary.com/dashboard.svg?p=494&f=0&s=0" alt="494 passed">

View on GitHub

kriswest created a review comment on a pull request on finos/FDC3
picocolors removed / replaced

View on GitHub

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

View on GitHub

kriswest pushed 1 commit to fdc3-for-web-impl-getAgent-refactor finos/FDC3

View on GitHub

github-actions[bot] created a comment on a pull request on finos/FDC3
<img src="https://svg.test-summary.com/dashboard.svg?p=494&f=0&s=0" alt="494 passed">

View on GitHub

kriswest pushed 1 commit to fdc3-for-web-impl-getAgent-refactor finos/FDC3
  • Improving channel selector implementations ede0803

View on GitHub

kriswest created a comment on a pull request on finos/FDC3
It wasn't possible to deselect the channel in either implementation, I've fixed that as well as text contrast on each item: Demo: ![image](https://github.com/user-attachments/assets/8e74a029-07...

View on GitHub

robmoffat created a comment on a pull request on finos/FDC3
> Ah you mean when no channel is selected! I'll work on making it possible to deselect the channel first then have a think, we probably need styling that will work on either black or white... per...

View on GitHub

kriswest created a comment on a pull request on finos/FDC3
> That part worked for me. The bit that didn't work so well that I drew attention to in my review is the index.html page in this ui-reference project, which doesn't really do anything, and the main...

View on GitHub

robmoffat closed a pull request on finos/FDC3
Remove Pictet
## Describe your change Removing Pictet logo and community entry as per Dan Benninger's request
robmoffat created a review comment on a pull request on finos/FDC3
ok great. Yes, I misunderstood that.

View on GitHub

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

View on GitHub

robmoffat created a review comment on a pull request on finos/FDC3
yes, I agree about the problem. This is as a result of cleanup needing to work across all the handlers. The `ServerContext` is separated out from the handler as it's expected that an implementati...

View on GitHub

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

View on GitHub

robmoffat created a comment on a pull request on finos/FDC3
> Oh you have to start the server for the reference UI separately... Yes I did this but it still seemed a bit non-functional. Still no white or black channels however. > Also neither ...

View on GitHub

Load more