Chetan Sarva

Results 43 comments of Chetan Sarva

Looks like this ticket can actually be closed but I was wondering why HTTPI::ConnectionError doesn't extend from HTTPI::Error like all the others do? Seems like an oversight? https://github.com/savonrb/httpi/blob/master/lib/httpi.rb#L91

Ah, just realized it's a module and not a class, in order to support this usage: https://github.com/savonrb/httpi/blob/master/lib/httpi/adapter/net_http.rb#L47-L49 Though I don't really understand the reason for this either. Why not just...

I got this working with the following: ```go type LatestContributions struct { User struct { Repositories struct { TotalCount int Nodes []struct { Name string IsPrivate bool PushedAt githubv4.DateTime DefaultBranchRef...

@ctvw can you try running it again with the DEBUG flag? Your config looks ok, however you shouldn't need the AWS access/secret configs, since you are already using the configure...

@ctvw scratch that, can you try it again? I just pushed a fix on the v2 branch (released as v2.4) which addresses this errant issue which has come up from...

Closing stale issue. Please re-open if you are still seeing an issue.

Just change it to `libssl-dev` in the [Dockerfile](https://github.com/SabyasachiRana/WebMap/blob/master/docker/Dockerfile#L24) and you should be fine.

This package integrations zap w/ sentry and works well - https://github.com/TheZeroSlave/zapsentry

> having the same with @master branch develop branch is the latest or you can use release tags.

@koehnik I'm not sure how a load balanced scenario would work. It looks like it's correctly publishing two services for the same service, which is what you expect. If that's...