Riccardo Attilio Galli
Riccardo Attilio Galli
> Is there any known issues on this method? No, can you provide a test case?
> Not sure what is best way to provide a testcase, but by gut tells me that if I provide the DB, you should be able to add a forrest...
I'll look into it during the following days (I don't have the time to do it right now, sorry)
Nice catch @hprid [The patch](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=67a97845830f79584c9db8849ac723e5d2d57f65) should be available from Kernel 3.17 onwards if I'm not mistaken
I'm interested in having TestCafe being able to run unit tests, but I'd see more value if it could run them on real browsers, as for e2e, otherwise there are...
I'd like to have this kind of functionality, but on a per-request basis. Not sure about the API though ``` // 1. ignore parameters if missing (breaking change) onGet(someUrl) //...
Sorry to chime in without a solution, I wanted to raise a red flag about this issue since September 30 2020 is not that far ahead
I rebased to match master and re-run the CI run on github actions (semaphoreci is failing on other PRs too). How does the builder approach look for this functionality? Any...
Thanks @zeroclock, nice addition! Since in some cases (Amazon DevPay) ` x-amz-security-credential` can accept multiple tokens comma separated, I changed its name to "security_token" and refactored your implementation to reuse...
Rebased, fixed conflicts from master. Now using just chrono for dates. Thanks @shekohex for the feedback! The PR is alive, I was just waiting for a maintainer to step up...