-
-
AsyncAPI is a sister specification to OpenAPI for describing asynchronous (e.g. message queuing) APIs. AsyncAPI is gaining some traction in the industry and by producing an emitter for this we could d…
-
```php
function (ActionEvent $event) use ($eventStore): void {
$recordedEvents = $event->getParam('streamEvents', new \ArrayIterator());
if (! $this->i…
-
* https://en.wikipedia.org/wiki/Tracing_(software)
* https://en.wikipedia.org/wiki/System_monitoring
* https://en.wikipedia.org/wiki/Network_monitoring
* https://en.wikipedia.org/wiki/Crash_reporte…
-
I see mongodb is supported in TypeORM.
I would like to suggest the support of an ArangoDB adapter on here as well.
https://www.arangodb.com/
I also would not mind submitting a PR if I can somehow…
-
Hello there!
We're seeing some 104 Connection Reset errors from the v205 Events POST endpoint. We're using version 5.0.1 of the SDK. It looks like this is an issue with the underlying calls to requ…
-
After an async Signify operation is successfully accepted by KERIA, a long running operation is stored and the `oid` returned to the client.
The client can then use this `oid` to poll the status of…
-
Currently Inexor is mainly single threaded and (in most places) blocking and synchronous.
Only exceptions are the sound backend which (thanks to SDL) plays in another thread and accepts commands in …
-
-
*@jandrieu commented on Mar 19, 2019, 7:55 AM UTC:*
In the MVP, we are limiting our active support for immediate response functions.
However, we will need to work through how to pass appropriate con…
ghost updated
5 years ago