Results 439 comments of Nemo157

Ah, I see for some reason there was no link to the other RFC that overlaps this one: https://github.com/rust-lang/rfcs/pull/3397, by changing `#![doc(html_favicon_url)]` etc. to handle local paths automatically they could...

As a counterpoint I have [a trivial 136 line CLI wrapper for a library, in a separate crate](https://github.com/Nemo157/cbor-diag-rs/tree/master/cli), of the 25 lines of `Cargo.toml` about half of them would still...

Going backwards through the issues: The 0.1.3 crate level docs appear to match the source from crates.io. (Checked with [`cargo download -x alcro==0.1.3`](https://github.com/xion/cargo-download)). --- The windows documentation build failed because...

Sure, a general issue about cross compilation would be useful, but the reasons for different targets are going to be different enough that it might be useful to have sub-issues...

For `x86_64-pc-windows-msvc` (ignoring the failure because of `tinyfiledialog` writing temporary files to the source folder): ``` running: "lib.exe" "-out:/alcro-0.1.3/target/x86_64-pc-windows-msvc/debug/build/tinyfiledialogs-843c895d48dd6318/out/libtinyfiledialogs.a" "-nologo" "/alcro-0.1.3/target/x86_64-pc-windows-msvc/debug/build/tinyfiledialogs-843c895d48dd6318/out/libtinyfiledialogs/tinyfiledialogs.o" --- stderr error occurred: Failed to find tool. Is...

We don’t _need_ to store images long-term. If we are just proxying and can integrate well with a CDN to do the caching for us then this seems feasible.

In the original testing, whether you get a unique address or not depends on what level you evaluate the const to. In the case of an `const FOO: &str;` you...

> I'm also still a bit confused why `cfg!(not(target_vendor = "apple"))` does not reflect the target triple set with the `--target` flag in the build command. The build script is...

Xcode's license terms do not allow using it for cross-compiling from non-Apple hardware. I don't believe AWS offers Linux-on-Apple-hardware, so there's really no way we can support cross-compilation that requires...

> Script-nonce won't work for rustdoc output > Allowlisting scripts also won't work for rustdoc output These two at least are solveable. Instead of using a nonce we would use...