Parker Timmerman
Parker Timmerman
This PR creates a new version of the `AcceptEncoding` header which is built on top of a new struct `QualityValue` and enum `ContentCoding` `QualityValue` is a wrapper around `FlatCsv` that...
This issue for tracking the implementation of the [`from_utf16_lossy(...)`](https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf16_lossy) method that exists on `String`.
With the recent advancements in const generics, it's theoretically possible to support a `CompactString` with a user defined size that is > 24, e.g. 32, 40, 48 bytes long. We...
Originally implemented in #118, it might be possible to improve the performance of the edge case when we have a `CompactString` > 16MB on 32-bit systems by re-using the already...
More documentation should added within the crate, to public methods on `CompactStr`, and to private method so the logic of how `Repr` works is clear
Hey @sagebind! I was wondering if you had an idea when you'd be releasing a new version of `castaway`? We use it in `compact_str` and need the new version to...
This spun out of https://github.com/MaterializeInc/materialize/pull/25173 ### Motivation This PR refactors the consistency checks in testdrive and changes them to run at the end of every test, instead of after every...
This PR adds some additional tracing to our Frontegg auth code which should help us debug future issues. ### Motivation Help debug issues ### Checklist - [ ] This PR...
I turned on debug logging locally and it was immediately unusable because we end up tracing the whole catalog when calling `parse_plan`. ### Checklist - [ ] This PR has...