David Edey

Results 27 comments of David Edey

@Havunen - it was fixed with the merge of this PR: https://github.com/OpenAPITools/openapi-generator/pull/13049 which is due to be released in 6.1.0: https://github.com/OpenAPITools/openapi-generator/milestone/43

I suggest this should be closed, as it has been obsoleted by #1736 👍

Related to https://github.com/rust-lang/rust-analyzer/issues/8521 This is a big problem for us - we have a few mutually incompatible features (for relatively legitimate reasons) -- and a workspace with many crates with...

In HashBrown, depending on whether the `ahash` feature is present, they use either: ```rust /// Default hasher for HashMap. #[cfg(feature = "ahash")] pub type DefaultHashBuilder = ahash::RandomState; /// Dummy default...

Relatedly, would we consider a change from: ```rust #[cfg(feature = "std")] impl IndexMap { /// Create a new map. (Does not allocate.) #[inline] pub fn new() -> Self { ......

Understood, thanks for the explanation and the links, really appreciate your reply and [the article link](https://faultlore.com/blah/defaults-affect-inference/). To summarise my understanding: * In `HashBrown`, they only have one supported hasher which...

> 🤔 I have only the teeniest of weeniest of experience with Rust, but this looks a lot like normal Rust to me (kinda like a normal library/crate) and seems...

Thanks @sebastienlevert! I'm Head of Architecture at RDX Works, and work with @Sajjon. Having been deep in Open API generation pains for years, we're really enthused about kiota, and the...

Many thanks @baywet! Just to help with trying to gauge the work, I've spent a couple of hours scoping out the work ahead. I don't suppose you might be able...

Fantastic, very helpful, thanks @baywet! > We'd like to favor alignment across languages on the serialization infrastructure as it has impacts on the different datatypes supported, which OpenAPI/JsonSchema features and...