Maksim Shcherbo
Maksim Shcherbo
Hello @genkami, Thank you for you detailed response and a great example. I also noticed you've updated the repo and added the FizzBuzz example: ```go func main() { monoid :=...
I've got a question. At the moment from the examples I can see, the events are published after some processing is done in a command handler. It may lead to...
I've got a couple of use cases when I need to pass `context.Context` to the a contractor function. For example, in one of the project I'm currently working on we...
At the moment when `RegisterHandlersWithBaseURL` is generated there is no way to specify per-handler middleware. In our use case we need to use some middleware's on per-handler bases rather than...
At the moment `tparse` shows a nice table with `cover` column, which is really cool. It would be even better if it was possible to specify an exclusion list for...
Are there any plans to support golang 1.18+? UPD: Are there any plans to support generics?
# Dynamic Relay Configuration Proposal This proposal summarises our take on[ Support Validator Account Level Relay Choice](https://github.com/flashbots/mev-boost/issues/154) and [Validator Level Relay Configuration](https://github.com/flashbots/mev-boost/issues/416) as part of ConsenSys Codefi team responding to...
### Description At the moment the project uses a custom static router which doesn’t support middleware. It would be great if it was possible to add support for different types...
At the moment when a request to relay is made the default context with no timeout is [passed](https://github.com/flashbots/mev-boost/blob/4035cb3c8c8f9b0118a0170049203f0167c604a0/server/service.go#L361) which means the request will block until the server replies. Later on...
## Describe the bug When using a custom path for themes in `config.toml`, tinty still tries to find themes in the repos directory instead of using the configured custom path....