Dmitry Kochin
Dmitry Kochin
And old steps spoils new steps computation for completely different new series. All runtime info should be cleared from GridLabelRenderer on removing all series.
When used with dates GraphView produces wrong grid steps. The problem is in the following line: https://github.com/jjoe64/GraphView/blob/73a93d7fc3eff5f6eaeb69ff15db31df3929c7dc/src/main/java/com/jjoe64/graphview/GridLabelRenderer.java#L590 There is overflow here, so exactSteps receives wrong value. `Math.round()` computes the nearest...
Please apply this patch to fix the signing error handling. Without this patch any exception inside of signing function results in meaningless message: > Error: [ethjs-provider-signer] while signing your transaction...
### Bug description Steps to reproduce the problem: 1. Use puppeteer 19+ on windows 2. Try to call `puppeteer.executablePath()` Expected result: path to puppeteer executable Actual result: ``` TypeError: The...
This pull requests replaces url handling in request processing. **REASON** Some urls can change due to legacy parsing. For example, parsing the following url `https://example.com:8080/validate?param=\\/|+-` results in the following: `url.parse`:...