Results 41 issues of Doug Goldstein

When using `cargo release`, unreleased commits will generate an invalid pkgver. The file currently has: `pkgver=0.12.1-alpha.0` `pkgver=0.12.1_alpha.0` should work however.

The project pulled in TypeScript 4.x but used other dependencies that were not compatible with TypeScript 4.x which resulted in failures out of the box that provided no context as...

react-scripts used by this project and typescript used are incompatible with each other. react-scripts 3.x have a peer dependency on typescript < 4 while this project pulls in typescript 4.0.2....

The current signature is `def get_user_by_email(db: Session, email: str) -> schemas.UserBase:` but I believe this to be incorrect. It should be `def get_user_by_email(db: Session, email: str) -> schemas.User:`. The reason...

This package fails to build with the current stable release of Rust due to `crossbeam` v0.1.6 being unable to build. The issue is a legitimate bug in `crossbeam` which looks...

crates can define features and we should enumerate them as USE flags

A number of distros append NEEDED info into their package dependencies after the binaries have been built unlike Gentoo. So packages could get generated needing OpenSSL and the ebuild won't...

Add support for the field width to be specified as an argument by using the '*' modifier. See the POSIX.1 specification for more details on conformance at http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html This change...

Using the crate fetcher will fail with git based recipes that use SRCPV in their version information as recommended by the Yocto documentation. This is because BitBake loads the fetcher...

bug
R-krogoth
R-morty
R-pyro
R-rocko
R-sumo

https://github.com/rust-lang/rust/pull/45669 These tweaks are necessary to use cargo-bitbake to generate a new libstd-rs recipe.

enhancement