Dmitry Shalashov
Dmitry Shalashov
I merged some popular PRs in my fork: https://github.com/skaurus/goworker
And this weekend it happens again.
Hey! What is the meaning of pass 1 and pass 2? Let's take first two rows from pass 1 for example. Looking on a neighbor values, they do not look...
A1: As far as I know, there are no significant differences between subs and constants, so it could be changed either way. A2: Actually I initially wrote the code using...
Also I just thought maybe these subs/constants should be moved down, after all the `use`'s? Current position made sense while I was using `Exporter` approach.
Sure. Something like this? ``` die bless(\$m, 'Redis::X::Reconnect::Transaction') die bless(\$m, 'Redis::X::Reconnect::Watch') die bless(\$m, 'Redis::X::Reconnect::ResponsesPending') ```
I looked into your link just now, because I really didn't like the idea to do it manually, lol. But it turns out, that all I need to do manually...
It is the same in fullscreen mode also.
This is not real events at all, but at least for me they will do. I feel that this will be true for others as well.
I'm not sure I will have time for this in next few days :(