-
DynamicPVP currently doesn't create zones around certain events (airdrops? hackable crates? Can't remember) when (re)loaded, which is problematic updates/reconfiguration on a live server.
Should pr…
-
Today, `HasSynced() bool` is used all throughout client-go. The downside of this is that it requires polling. Typically, folks poll with 100ms interval. For a typical controller, delaying 100ms is not…
-
I am currently facing a problem with my feedback control system: the feedback sensor data is obtained through subscribing to topics and is assigned to the hardware interface. When I launch the control…
-
### What Roadmap is this project for?
Python
### Project Difficulty
Intermediate
### Add Project Details
This project involves creating a simple yet functional text editor. The text editor featur…
-
Unrelated to tp/dg, but was reading about Event-driven architectural style, and got curious how we would represent these in any of the UML diagrams we know.
Since the parties responding to the eve…
-
We've seen a failure on Travis CI on a PR that only changed comments. We aren't sure how often this error happens, and it might be a flaky test if it sometimes passes.
The test is the "Event-driven…
-
The NSURL file protocol handler should make use of this model to operate instead of relying on loading the whole file all at once.
-
### Community Note
* 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 help the…
-
-
- CQRSではQueryServiceではデータのバリデーションについては考えない。
- Event Driven ArchitectureにおけるEventは処理の結果であり、処理の問題はCommand Service内でhandleされなければならない。
- Query Serviceでは処理の結果としてのEventの内容を信じて、ReadModelを構築するのみ。
- Redpand…