phramusca
phramusca
From previous answers but with an http`s` url and `implementation` instead of `compile `: ``` repositories { maven { url 'https://guardian.github.io/maven/repo-releases/' } } dependencies { implementation 'com.gu:option:1.3' implementation 'net.rdrei.android.dirchooser:library:3.2@aar' }...
I got this issue with 5.0.15 and 5.0.5 No problem with 5.0.4
I hoped that the issue might be known or that you would have an idea on the problem. I will try to make a repro then
I don't know how to provide a repro. I have a website running in local that calls a backend API. I record calls to backend in har. But, I cannot...
I finally found out some time to create a repro: [ReproIssueFirefox.zip](https://github.com/microsoft/playwright/files/14167549/ReproIssueFirefox.zip) Here are the results I get: `npx playwright test Running 3 tests using 3 workers ✓ 1 [chromium] ›...
Hi @dgozman Any news ?
Good catch ! I removed the trailing slash on all endpoints and now I have the tests pass. It would be good to manage trailing slashes though... Thanks ----- Mail...
Hi @vitalets Did you have a chance to check ?
Hi. I face the same problem and proposed solution sounds great. But, I am not sure how to use it. I see that some code has been merged but I...
> Hi. I face the same problem and proposed solution sounds great. But, I am not sure how to use it. I see that some code has been merged but...