Evgeny
Evgeny
Something like ``` bus.SubscribeAsync("content:*", func() {}, true) ``` And it should react on "content:created" and "content:deleted", etc. Also, for this case - will be cool if there will be "event"...
I found, that mutex (passing to encoder/decoder) does not work, because it should be passed by reference. For now it looks like: ``` func NewDecoder(r FrameReader, mtx sync.Mutex) *Decoder {...
Hello! Thanks for the great plugin, it looks very cool. Unfortunately, I clicked to folded lamda, it expanded and I dont know how to fold this again. Is it possible...
## What problem does this solve? For now altsrc requires to name my flags using dots to find them into multi-level config files. I.e. to find a flag "level" in...
There is example: https://play.golang.org/p/d0jXdhwwfrU Output: ``` *: Event received: a a: Event received: a ```
» drush psysh PHP Fatal error: Cannot instantiate interface PhpParser\Parser in /home/myuser/.drush/drush_psysh/vendor/psy/psysh/src/Psy/CodeCleaner.php on line 56 PHP Stack trace: PHP 1. {main}() /home/myuser/.composer/vendor/drush/drush/drush.php:0 PHP 2. drush_main() /home/myuser/.composer/vendor/drush/drush/drush.php:12 PHP 3. Drush\Boot\BaseBoot->bootstrap_and_dispatch() /home/myuser/.composer/vendor/drush/drush/includes/preflight.inc:66...
This tool is looks deprecated in case of boot2docker and docker machine deprecations. Probably will be great to add a notification about it in readme.
Hi! I found that I can not specify any dynamic callbacks like middlewares/interceptors if I use standalone server. I think that possibility to do that is a good option so...