Lucas Lobosque

Results 10 comments of Lucas Lobosque

@jhaygood86 would you mind point me to na official gnome page documenting this solution? Thanks

I have a similar situation to @lucamartini - i want to retrieve different api keys (set in a header) from a csv file. Any recommendations/workarounds?

Same here with `XReadGroup`: It does not matter if `block` parameter is `0` or `1`. It always blocks

@dtchepak what about non-primitives? I noticed that by default, when a instance should be returned, the mock just returns null... I kind of expected to return an instance with its...

@dtchepak I'm also having trouble to mock even very simple cases: ```csharp s.ExecuteQueryAsync(new GetCustomerQuery("userId")).Returns(Task.FromResult(new CustomerDto())); var res = s.ExecuteQueryAsync(new GetCustomerQuery("userId")); res.Result // Returns null ``` In this example, I expected...

Thanks! That worked! I didn't try but this might work too (just found that on the docs): http://docs.meteor.com/#template_preserve

Same happens here when trying to print GetPosts.

I am having a similar and probably related problem trying to pull that `busybox` image when installing the opendashboard helm: ``` Failed to pull image "busybox:latest": rpc error: code =...

I just came across the exact same problem. @leenooks I wonder if it might be an API update on `botman/botman` that is not yet reflected on `botman/driver-slack`