Kosta

Results 25 comments of Kosta

Hi! Were you able to take a look at this? What do you think? Cheers, Kosta

Yeah I think we can always do integer conversion, the only thing I'm not sure about is whether is violates "principle of least surprise": If I want to deserialize to...

Sorry for the late reply! (I'm on paternal leave atm) What about the following: Discard this PR and the "lossy" feature. I can instead implement: * Allow deserialization of integers...

Workaround for my specific issue: Don't re-use an axum middleware as an extractor; instead the middleware calls `request.extensions_mut().insert(...)`. I think the current behaviour is okay-ish (and hard to change due...

Yes, I agree. Would you accept a PR implementing std::error::Error?

I think the [tokio docs make it pretty clear that a feature is needed](https://docs.rs/tokio/latest/tokio/fs/struct.DirBuilder.html). A bit of digging showed that they use [#[cfg(doc)]](https://doc.rust-lang.org/rustdoc/advanced-features.html#cfgdoc-documenting-platform-specific-or-feature-specific-information) together with [#[cfg(docsrs)]](https://docs.rs/about/builds). [I tried to prototype...

My point is just that I confused the message on docs.rs "Backtrace functionality is currently **enabled**." with "The backtraces feature is enabled by default". I think we can do the...

If you end up implementing this, please do it in a way that one can deserialize yaml that contains arbitrary tags and serialize it again with the same tags, without...

Is there a way to fix this bug on inside `chai2010/webp`? I feed like go vendoring is much less useful if you need to utilize external tools to make it...