Jonathan Otto
Jonathan Otto
I am unable to reproduce this, can you send exact URL to [email protected] also, was there a more interesting error message in the Cloudwatch logs?
Can you send an email to [email protected] with a few URLs I can investigate? I'll get it resolved within 48 hours.
@hephalump did you see my email responses to your email?
> Why is this needed on the Client as a whole The use case is specifically for a "wrapper" library. Concretely, a logging/error library with a `LogError` method that sends...
This is a high value change. Without this change, as far as I can tell, reporting errors via `raven.CaptureError` at the top of a callstack will lose their original `pkgErrors.Wrap`...
@femaref do you mind pushing your http fix, at least to your repo? I'd like to use your branch instead of creating another one
thank you @femaref is there an intent with the refactor beyond addressing the stacktrace issue?
+1 example use-case for memory sorting: if you have thousands of pods, few of which ever do anything, the few that do have temporary activity will grow in RSS, and...
Possibly broken by https://github.com/ledgerwatch/erigon/pull/2801 Maybe `notifyFrom++` should only happen inside the else as opposed to after the if/else
Possible fix in the [ian/overflow-fix](https://github.com/Uniswap/v2-subgraph/compare/ian/overflow-fix) branch (could we merge it? @ianlapham), and steps I took (which may be wrong) for updating a local graph-node with the new code: 1. `git...