Chris

Results 36 comments of Chris

@mikespook I confirm that there is a possible deadlock when calling a `RBAC` function inside the `Walk` handler. In `go`, rw mutex are not reentrant. I don't have a very...

@mikespook Thanks for your reply. I for one don't really like the idea to expose the lock object to outside. I would prefer to have the callback function called in...

Seems a duplicate of #256.

That's really interesting. I subscribe to your point of view. I would be really interested in having one Data class for different graphql types. Ideally, it would be great to...

@apottere I don't want to completely remove the introspection, I'd just like to bypass the introspection at some point of the model tree, particularly on all fields which are intended...

@kivutar What's the status on this one ? I'd be really interested in having this feature available. :smile:

@Jannis Won't the solution 2 proposed by @alankm be fixed by b829e737567db218efc4d28b20ddeb855914f867 in branch `subscription-listener`? Do you plan to merge it soon?

@Jannis I get your point. As the `SubscriptionManager` type is actually an interface, we could easily decorate it to introduce the functionality of "changes listening". However, I think it would...

AFAI, the params of the `fantoken` module in the [genesis file](https://raw.githubusercontent.com/bitsongofficial/networks/master/testnet/bigbang-test-3/genesis.json) for the `bigbang-test-3` network seem incorrect: ```yaml "fantoken": { "params": { "issue_price": { "denom": "ubtsg", "amount": "1000000" } },...

@lucaswxp yes, I see your point but if you remove the condition on `version` [here](https://github.com/mishudark/eventhus/blob/9c41720129ae612f74ffbe86efd87e9b52d189b6/eventstore/mongo/mongo.go#L105), you can no longer ensure the consistency of events when there're several services updating the...