Scott Steele
Scott Steele
I ask this having no clue how hard it would be, but it would save users a trip to the docs or an install of `cargo-whatfeatures`.
When re-running a script supplied via the `--expr` flag, `cargo script` will often return the most recent of _any_ cached results rather than the result of the actual argument. (The...
The README lists Imperva in `CDN, Security, Protection, Monitoring`. I'm not sure what the process is for updating the list, but Imperva has shut down its Moscow point of presence,...
I'm running Ubuntu 18.04 and so created the following initial Dockerfile to get around the cmake version requirements that prevent my following the steps listed in the `Demo` section of...
Resolves #001 ### Description ### Type of change * Bug fix (non-breaking change which fixes an issue) * New feature (non-breaking change which adds functionality) * Breaking change (fix or...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Our 5xx error says `opps`. ### Expected Behavior Our 5xx error...
*Before filing the ticket you should replace all text between the horizontal rules with your own words. We recommend keeping the headings (optional headings can be left off if you...
I tried running ```sh RUST_BACKTRACE=1 cargo run -- example_documents/pagination.md ``` and I got ``` Finished dev [unoptimized + debuginfo] target(s) in 3.06s Running `target/debug/mdproof example_documents/pagination.md` thread 'main' panicked at 'attempted...
See https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e - - - Without updating, specially crafted regexes can drastically slow the user's browser, like those found here: https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e#diff-9c2f636f44f7cd30a1a5886dd0a5db50fba5ad5359abc03a055b030bdbc9d3f0R189-R194 - - - Note: I've had trouble building locally....