Alejandro González

Results 33 issues of Alejandro González

I develop a Rust library that used to implement `TryFrom` manually on types that were annotated with `strum`'s `FromRepr` macro because I needed to handle the conversion failure with my...

According to [The OpenGL Shading Language 4.5 specification](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.50.pdf), § 3.3, page 13, `#elif` is the standards-compliant and recognized way to write an "else if" preprocessor directive, instead of the `#elseif`...

**The problem** Newer Macs are based on the Apple M1 SoC, which uses an ARM64 CPU, instead of a more traditional Intel x64 CPU. These ARM-based Macs are currently not...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Not all users are tech-savvy enough to comfortably use the PackSquash CLI. In some cases, these users end up asking...

enhancement
good first issue

In the section 8.6.1 of the Vorbis I specification it is mentioned how to read the `residue_begin` and `residue_end` for a residue configuration in the setup header. However, as far...

Recently I've been putting some work on PackSquash, and as a result I've released the first (and hopefully last!) release candidate for the new v0.3.0 version, v0.3.0-rc.1. I wanted to...

question

Invoking methods such as `try_read` from a `StubbornTcpStream`, which is possible thanks to the `Deref` implementation that the `StubbornIo` struct provides, allows doing I/O while skipping the stubborn I/O logic...

As described in https://github.com/jonasbb/serde_with/pull/586, `serde` outputs unsatisfactory messages when an error occurs during untagged enum deserialization. Recently, the `serde` project explicitly rejected improving error messages for this situation by collecting...

enhancement

Hey, thanks for your work on this great crate! At the moment, [80% of the Rust crates on `crates.io` depend on `syn` v2](https://lib.rs/crates/syn/rev), which is not semver-compatible with `syn` v1,...

I'm using this action in a workflow job that runs on a Debian Bullseye Docker container on a GitHub-hosted Ubuntu runner (more precisely, it is configured as `runs-on: ubuntu-latest` and...