Brian Heineman

Results 9 issues of Brian Heineman

Add internationalization and initial machine localization for 40+ languages to support CLIs that support other languages (e.g. https://github.com/theseus-rs/rsql)

Please consider adding a `aarch64-apple-darwin` release archive (e.g. `self_update-v9.9.10-aarch64-apple-darwin.tar.gz`) to facilitate testing on Apple silicon (M1, M2, M3, etc) based systems. When running the suggested test command: ``` cargo run...

Skip `sha` (`sha1`, `sha256`, `sha512`) checksum files when determining the release asset. Many projects (e.g. https://github.com/BurntSushi/ripgrep/releases, https://github.com/theseus-rs/rsql/releases, etc) include hash files with their releases, this change ignores the `.sha*` hash...

Thanks you for all your effort in producing / maintaining the PostgreSQL binaries! I have recently updated [theseus-rs/postgresql-embedded](https://github.com/theseus-rs/postgresql-embedded) to support installing the archives from this project. I believe the other...

I have recently [added support](https://github.com/theseus-rs/postgresql-embedded/issues/47) for installing this extension in [postgresql_embeded](https://github.com/theseus-rs/postgresql-embedded). I would also like to consider adding support for this extension to [rsql](https://github.com/theseus-rs/rsql). Please consider adding support for macos...

Add binary release support for `aarch64-unknown-linux-gnu`. The version of cargo-dist was updated to the latest version `0.28.0` and the github action runners were updated to use `ubuntu-latest` to account for...

Thank you for all the effort you put into this project! While building another project with Rust 1.90.0, I noticed a few compiler warnings; this is a small PR to...

### Describe the bug The `aws-sdk-dynamodb::Client.execute_statement()` function allows a SQL query to be executed (e.g. `SELECT id, name FROM users`) where the caller can specify columns/attributes with an explicit order....

bug