Denis

Results 4 issues of Denis

Hi! We all know a dilemma of where to log errors in a service. 1. We can log in every place where we caught an error. This means we may...

### Requested feature A function to make a reference of a call into a call variable: ```go func Ref(dest **gomock.Call, call *gomock.Call) *gomock.Call { *dest = call return call }...

type: feature request

Hi! Thank you very much for this work, the plugin is really great. Yet, there's a tiny annoyance on autocomplete for import statements. Look at the screencast: https://youtu.be/HKkJXtfhLgM You see,...

enhancement

For instance (tqueue.lua): 1. There are no limits and retry parameters described in comment, while they are both mandatory for box.queue.put 2. timeout parameter is not actually supported by box.queue.take...