jyn

Results 249 issues of jyn

Currently, the following places redirect to https://docs.rs/crate/bat/0.12.1: - https://docs.rs/crate/bat/ - https://docs.rs/crate/bat/0.12.1/ - https://docs.rs/bat - https://docs.rs/bat/ - https://docs.rs/bat/0.12.1 - https://docs.rs/bat/0.12.1/ - https://docs.rs/bat/0.12.1/bat - https://docs.rs/bat/0.12.1/i686-unknown-linux-gnu - https://docs.rs/bat/0.12.1/bat/ - https://docs.rs/bat/0.12.1/i686-unknown-linux-gnu/ - https://docs.rs/bat/0.12.1/i686-unknown-linux-gnu/bat -...

mentor
E-easy
P-low
A-frontend

> There's an actual missing feature still, looking at this diff — footnotes. Do you know if these are actually used in Markdown files parsed by docs.rs? They're not supported...

E-medium
A-frontend
C-enhancement

Right now, when a large workspace publishes its crates, we spend a lot of time rebuilding the same dependencies over and over again (e.g. https://github.com/aptos-labs/aptos-core). To reduce the load on...

E-medium
A-builds

Originally reported in https://github.com/rust-lang/rust/issues/78931. ``` 2:rustc INFO rustc_interface::passes Pre-codegen 2:rustcTy interner total ty lt ct all 2:rustc Adt : 1078 81.3%, 0.0% 0.0% 0.0% 0.0% 2:rustc Array : 1 0.1%,...

# Bug Report ``` name = 'changelog' operating_system = 'unix:Ubuntu' crate_version = '0.3.4' explanation = ''' Panic occurred in file 'library/std/src/io/stdio.rs' at line 993 ''' cause = 'failed printing to...

Makefile2graph shows incorrect output for makefiles using [VPATH](https://www.gnu.org/software/make/manual/html_node/General-Search.html). Example: ``` ake -nd --no-builtin-rules GNU Make 4.1 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL...

enhancement

``` ; RUST_BACKTRACE=1 samply record '' thread '' panicked at 'called `Option::unwrap()` on a `None` value', /Users/jyn/.local/lib/cargo/registry/src/github.com-1ecc6299db9ec823/samply-0.11.0/src/mac/sampler.rs:37:28 stack backtrace: thread 'main' panicked at 'launching child unsuccessful: Os { code: 2,...

https://github.com/cloudflare/boring/blob/1507689c5b49fa732cbf54f59e998116fab79287/boring-sys/build.rs#L169-L177 needs to instead be ```rust let toolchain_file = if cfg!(feature = "fips") { format!("{}/util/32-bit-toolchain.cmake", BORING_SSL_DIR) } else { format!("{}/src/util/32-bit-toolchain.cmake", BORING_SSL_DIR) }; boringssl_cmake .define("CMAKE_TOOLCHAIN_FILE", pwd.join(toolchain_file).as_os_str()); ```

Steps to reproduce: 1. `cargo install wrangler --version 1.19.5` 2. `cargo generate --git https://github.com/cloudflare/websocket-template --name websocket` 3. `cd websocket` 4. Apply this diff: ```diff diff --git a/websocket/index.js b/websocket/index.js index 0221c8f..baafb4e...

I want to compare the dependencies of two branches with radically different dependencies (in this case, https://github.com/deadlinks/cargo-deadlinks/pull/86/). However, I don't see a way to compare the Cargo.lock of each branch...