-
Hi,
I'm curious about the code for reading emit tags in Read250.java. Is there some kind of protocol spec on the data format or how did you come up with it?
PS. Sorry to bother you here but coul…
-
### Description
With https://github.com/libp2p/rust-libp2p/pull/4371 merged, we have the foundation of https://github.com/libp2p/rust-libp2p/issues/4302 implemented.
`libp2p-rendezvous` needs to b…
-
## Steps
1. First remove dependency service emitters
2. Then see how we can remove dependency between modules/services using events
## Questions
- Granularity of events?
- Parallel vs Seria…
-
```
Hi,
If you emit signals one by one, StateMachine works like a charme.
If you emit 2 consecutive signals quickly (by the same thread) the state
machine has strange behaviors.
In debug mode i fo…
-
Am totally new to TypeScript, so not entirely sure what combination of compiler options will generate ES5 code but with ES6 module imports/exports. Without that, this plugin won't do anything useful!
-
It would be great to have an example of a trigger that emits segments when fired. Think the aggregation example could be extended to have that.
-
There is this line 228 in the main file in `onErrored`:
`self.emit('error', err);`
As the error is emitted, this causes the whole process to end, if the error isn't listened on elsewhere. This can l…
-
We should emit debug logs more consistently, especially in more places that are likely to help triage an issue. Ideally these logs are just one liners in places to let us know where JC is at.
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
After we stabilized the `Store`, especially #7921 and #7923, we might expose the increments emitter to the outside world.
```[tasklist]
### Tasks
- [ ] Design and expose the API for listening and…