Orgad Shaneh

Results 411 comments of Orgad Shaneh

Hi, I found the culprit. In `pytest_html_results_table_row`, I insert a cell: ```py def pytest_html_results_table_row(report, cells): cells[3] = html.td(html.a('Open logs', href=report.logs_link)) ``` Now in pytest-html v4, cells are plain strings, so...

Can you suggest a fix for https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/axios-token-interceptor too? Is it possible to make it compatible with both versions?

Not only the types, the implementation is [here](https://github.com/sandrinodimattia/axios-token-interceptor/blob/master/index.js#L27). Will it work with latest axios? Is it still possible to assign a header like it is done there? ```js requestConfig.headers[header] =...

This is in devDependencies. We use it and it works fine with axios v1. I'll propose an update to the types package tomorrow. Thank you.

@DigitalBrainJS it's harder than I expected. Pushed my changes to https://github.com/DefinitelyTyped/DefinitelyTyped/pull/64075, but the test fails. This is the test: ```typescript const provider = tokenProvider(validOptions1); // $ExpectType TokenProvider const oldConfig: AxiosRequestConfig...

Until this is fixed, I added `as any` where needed...

The problem is missing plugin.jar in classpath.

Do you have icedtea-netx-common installed? plugin.jar can be in /usr/share/icedtea-web/plugin.jar or /usr/lib/jvm/jdk-7-oracle-i586/jre/lib/plugin.jar. If you have one of them it should work.

c5f3ef96189c7ed4c2279189bf03e6db57018206. ``` c5f3ef96189c7ed4c2279189bf03e6db57018206 is the first bad commit commit c5f3ef96189c7ed4c2279189bf03e6db57018206 Author: Filipe Pomar Date: Sun Jul 31 16:09:46 2022 +0200 fix: support valid circular reference breaking the parsing process (#1263)...