Alejandro González

Results 38 issues of Alejandro González

[GitHub intends for every GitHub Action to migrate to Node 20 by Spring 2024](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/), and we are on Spring 2024. To move forward and do not cause inconveniences to users...

It can be useful to have maps where values are slices or arrays. Given that Rust stabilized the basic const generics we need on Rust 1.51 and the project has...

The generic type bounds on `PhfSet`'s `get` and `contains` methods for the key are too restrictive, preventing the indexing of a `&'static str` `PhfSet` by a `&String`, for example. The...

The TOML v1.0.0 spec explicitly states that newlines are marked by either LF or CRLF sequences, and that comments are to be ended by newlines. Thus, it follows that the...

Recently, one of my CI workflows that uses `cargo-binstall` (and, by extension, `quickinstall`) began showing HTTP error warnings due to requests to `https://warehouse-clerk-tmp.vercel.app` returning a 402 status code. Curious about...

These changes let PyOgg users add custom comment tags to the generated stream, as opposed to the current behavior of hardcoding no comment tags on all cases, which can come...

https://github.com/TeamPyOgg/PyOgg/commit/d2a59e04cd1df047694c4208c7d07bc6ba6316b4 left the `_packet_valid` field unused, and always set to `False`. Generating an EOS packet and page is now done by the encoder as part of the `_write_to_oggopus` invocation, so...

discord.py 2.4 is now released on PyPi, so the note about it not being available there on the README got stale.