inferiorhumanorgans

Results 33 issues of inferiorhumanorgans

``` Checking multilib configuration for libgcc... # If this is the top-level multilib, build all the other # multilibs. Mode = sf\|df Suffix = si\|2\|3 /Users/alex/musl-cross-make/build/local/mipsel-linux-musl/obj_gcc/./gcc/xgcc -B/Users/alex/musl-cross-make/build/local/mipsel-linux-musl/obj_gcc/./gcc/ -B/mipsel-linux-musl/bin/ -B/mipsel-linux-musl/lib/ -isystem...

Per the top level README: ```toml [dependencies] printpdf = "0.3.2" ``` I've not checked to see if there are additional references to 0.3.

With this code: ```rust unit! { system: uom::si; quantity: uom::si::length; @flight_level: 30.48; "FL", "flight level", "flight level"; } ``` This test fails: ```rust #[test] fn fight_level() { use uom::si::f32::Length; use...

``` Intrinsic has incorrect return type! ptr @llvm.aarch64.neon.ld1x4.v16i8.p0i8 in function _ZN4core9core_arch10arm_shared4neon9generated11vld1q_u8_x417h224d569be9c8b1b6E LLVM ERROR: Broken function found, compilation aborted! error: could not compile `bytecount` (lib) warning: build failed, waiting for other...

Ran `cargo install taplo-cli` and waited for all three hundred five dependencies to download and compile. Checked that helix found the taplo binary. Checked that taplo lists an `lsp` subcommand....

enhancement
Help needed
cli
lsp

I'm working on a crate to decode SMART Health Cards. Per their spec, these are their requirements: > * JWS Header > * header includes alg: "ES256" > * header...

As part of another project I wrote a parser/linter for the airport definition files and ran it on everything in the repository. The resulting changes are listed in the commit...

Two minor nits. Fascade → Facade ABOVE_SYMBOL → BELOW_SYMBOL

The "Spawn Patterns" entry links to an anchor that doesn't exist in the document.

#### System details - OS/Platform name and version: `Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64` - Rust version (if building from source): `rustc --version`: `rustc 1.72.0-nightly...

A-bug
os-mac
Z-help wanted
B-unconfirmed