Alex Parrill
Alex Parrill
I would expect `cargo workspaces create` to add the newly created crate to the current workspace. However it does not seem to do that; the workspace Cargo.toml remains empty. Additionally,...
The download link (https://dl.dropboxusercontent.com/u/59471794/basehaxx_sploit_installer.zip) on the website (https://mrnbayoh.github.io/basehaxx/) is broken with a 404 error from Dropbox. (You might find GitHub's Releases tab to be a more convenient place to upload...
Caused in some internal code. Stacktrace: ``` home/col/.cache/cargo-web/bin/test_runner.js:46 j++; ^ ReferenceError: j is not defined at get_filter (/home/col/.cache/cargo-web/bin/test_runner.js:46:21) at run (/home/col/.cache/cargo-web/bin/test_runner.js:294:28) at new WebAssembly.Instance (/home/col/.cache/cargo-web/bin/test_runner.js:309:24) at eval (eval at (/home/col/.cache/cargo-web/bin/test_runner.js:7:1),...
Is there a way to use the `prepend-js` config with JS emitted by `build.rs` in the out folder? I could potentially use `eval` with `include_str` but that seems messy and...
In `cargo build`, the `-vv` argument is used to print the output of `build.rs` scripts as they run, which is nice for debugging. `cargo web build` complains that it is...
Starting like this: ``` col@col-laptop-asus ~/D/lldap (main)> echo -n "asdfasdfasdf" > admin_password col@col-laptop-asus ~/D/lldap (main)> env LLDAP_LDAP_USER_PASS_FILE="./admin_password" cargo run -- run --config-file ./config.toml ``` Trying to log in with username...
It'd be very convenient if the `jwt_secret` file could be automatically generated like the `key_file` is.
`cargo doc` output on firestorm without the `enable_system_time` flag does not include methods like `enabled`, `bench`, `clear`, and `save`, even though they exist. It also means that they don't show...
**Describe the bug** Indenter is cited as the way to parse whitespace-sensitive languages, but it has unintiutive and obtrusive behavior when there is an ignored token (ex a comment) in...
Be able to set a "base" or "root" path that is prefixed to all paths to the site, in routing and link generation. This is a standard feature of web...