Gerhard Lazu

Results 259 comments of Gerhard Lazu

I'm really glad I waited for [Textpacks: I18N facility for plugins](http://forum.textpattern.com/viewtopic.php?id=33182)

[Mickael reports the same MLP integration issue](http://360scrapbooks.com/index.php)

It will have been added when the issue is closed. I'll also tag issues based on the plugin version in which they were added. There are no stupid questions, only...

This has already been raised by someone else and is planned for v1.2.5. Your description makes more sense so I'm going to append the other comment here and mark the...

Thanks for this Maniqui, I'll be including this in v1.2.5. This very patch prompted a new release, I was convinced that there will be no more v1.x releases. Thanks!

Of course I'm going to double-check everything : ). If only more people had your attitude, it would be bliss. Even if you you're not a PHP expert (your words),...

Sorry for the super long absence, I'm endlessly caught in other things as I'm sure you could already tell. I'm slowly getting back into glz_custom_fields, this issue is top of...

Thanks, planned for next release!

I would go with: ```go func (ch *Channel) call(req message, res ...message) error { if err := ch.send(req); err != nil { return err } if req.wait() { select {...

Agreed with @michaelklishin to: * set the timeout to the heartbeat interval * maybe introduce `ErrChannelOperationTimeout` or `OperationTimeout`. In Ruby & Java we use `TimeoutException`