Eric Feliksik

Results 21 comments of Eric Feliksik

I am currently no longer working with letmegrpc, I'm in Java land now... Sorry

> The code is assuming you have defined some services. Maybe the error could be better, but I think thats a fair assumption or not? I think it's a fair...

I created a PR to do the error reporting, but don't have time to test it now. I think it solves the right problem and the interface is pretty, but...

I see there is a number of ways to go, here: 1. always capture a stack trace: Wrap(err,msg) (and WithStack(msg) ) 2. never capture a stack trace: WithMessage(err,msg) 3. always...

@davecheney ok thanks for you response!

Related: I do not understand [the limits](http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html); it says you can have 40 KB per PutMetricData request, but there can only be 20 MetricDatum elements in such a request. This...

Thank you for your comment, I actually found a workaround so I can live on :-) Aside this bug, w.r.t. the testing strategy: I would indeed like to do unit...

Thank you so much for documenting this, @annabrit :-) My summary (basically repeating what @annabrit worked out so well, but in other words): The model dialog renders a backdrop div...

Wow that's fast :-) But I'm afraid is not working as I expected. E.g. if the parent has *no* defaults, but the subclass does have a default, the ModelCreationData type...

Aaah that's very interesting, thank you so much for your help Xavier! I'm rather new to the whole typescript ecosystem, so these kind of tricks did not occur to me...