-
It would be great to be able to implement the dynamodbattribute.Marshaler/Unmarshaler interfaces without including (and depending on) the dynamodb package to get the AttributeValue type.
This would b…
-
_From @bwaidelich on September 12, 2016 11:7_
The current EventStore API is:
``` php
interface EventStoreInterface
{
public function get(string $identifier): EventStream;
public function c…
-
Add a savepoint feature to the EventStore client api connection to reduce the boilerplate code code that a Catch Up subscription's client must write to maintain the last position.
e.g.:
`Task Savepoi…
-
Use case:
I'm trying to use the user AR's as an identity for my permission checks. By coincidence I started to add permissions to the UserAR. For other AR's then Users this problem wouldn't surface.
…
-
`$projector = new Projector();`
```
$projector->register([
new Infrastructure\Projection\Elasticsearch\PostWasCreated($client)
// ...
```
Neither `Projector` nor `Infrastructure\Projection\Elasticse…
-
https://github.com/ericholiveira/studio
Studio is a lightweight framework for node development to make easy to create reactive applications according to reactive manifesto principles. It uses micro-se…
-
![image](https://cloud.githubusercontent.com/assets/10483023/17314364/5db06a2e-5896-11e6-8af2-ec7c1ba1b92a.png)
可以查看本人生成的[awesome-stars](https://github.com/dp9u0/awesome-stars)
dp9u0 updated
8 years ago
-
I've tryed Orlenkka, it is awesome but it lacks of 2 features (maybe there are but I haven't found these).
1. The possibility to have a strong typed proxy in the client side project. I love intellisen…
-
I like some of the ideas behind (redux-)elm. At the moment I'm using redux with redux saga in a real world application, which is working fine but I'm still looking for a new and better way to do thing…
-
While the book covers some important concepts and I've largely been able to follow along and make allowances for some errors in the code and explanations, I think the book could greatly benefit from b…