-
Currently, complete stream objects are passed with `stream/delete` event, but clients only need stream IDs, So, we should just pass stream IDs in the event.
We would need to add code to handle co…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
**Is your feature request related to a problem? Please describe.**
When creating Event Stream, there is no way to define type. It defaults to HMAC type. The ansible.eda.event_stream module does sup…
-
Since some point yesterday, I'm not receiving any events with new account creations.
this example code only prints "Connected to BlueSky WebSocket" and nothing else, when it should print all new ac…
-
# Goals
To decouple Indexers from Homeservers, and for general subscriptions/notifications usecases, we need an event stream interface that notify any subscriper that a resource has been updated.
…
Nuhvi updated
3 weeks ago
-
As the title of this issue exists, we should prefer a queue over reading the realtime stream from supabase. The bot should periodically read from this queue and send alerts as needed.
-
-
PR https://github.com/kaleido-io/paladin/pull/209 added `contractAddress` to the transaction receipt for transactions that deploy a private contract.
The implementation decisions made there are ok …
-
We should add support for EventStream models. The tokenization is already supported in the pytorch dataset class, just set the collate type to event_stream in your hyda config. I think we just need to…
-
I was able to write an event source text stream as a ResponseBody, but I have found that when the client disconnects, the task continues running indefinitely, even when the server tries to gracefully …