torfmaster
torfmaster
**Describe the bug** browser.wait fails on pages with Content-Security-Policy with the following error message: ``` frame.waitForFunction: Evaluation failed: EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not...
**Is your feature request related to a problem? Please describe.** Our application behaves differently according to the language of the browser. Currently, we have no way of influencing the language....
# Describe the bug Element in each of the following cases: ## Case 1 `loopCount===0` and test data is empty (caused by filtering of test data) The following error message...
**Describe the bug** Element crashes on flood after successful test execution. **To Reproduce** * start a load test on flood io. * wait until the test is finished Now the...
When I try to do decrypt a secret in Firefox I get the error message: "Failed to get secret: unable to decrypt". My setup is: * ubuntu 18.04 * gopass...
# Use stable rust Many crates (like cortex-m, cortex-m-rt etc.) can now be used using only stable features of Rust. As the tock kernel itself is language-agnostic it should be...
# Update Summer 2023 Some progress is underway to update the build system since this issue was originally opened. Status: we still use cargo + make and probably will continue...
Hi, thanks for creating this great library. There are some points I'd like to be documented: # Unimplemented Components Some of the components are not yet implemented * drawer is...
An attempt to solve #18. It seems to be a feasible goal. Further steps - [ ] improve docs and make the `Read` implementation the preferred way - [ ]...
`ribzip2` uses a very naive representation of Huffman codes and also writes them in a naive way: it uses dynamically allocated arrays of enums. Also at other places the habit...