tison

Results 964 comments of tison

About distribution - https://learn.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks#architecture-specific-folders

@ibraheemdev could you link the std PR here?

> #[from_str(rename = "...")] I'm noticing a lack of this feature block my use case where I'd `Enum::from("foo_bar") == Enum::FooBar`.

I'm jumping into this crate today and fork it for maintaining in https://github.com/cratesland/mea/pull/52, with this PR integrated.

@Xuanwo is this one supported in reqsign and opendal upgrade to that version?

Closed as should be fixed in reqsign instead.

> I think I'd actually probably rather folks decrease dependency on byteorder. I wonder how many folks are using byteorder when they could just be using std's APIs that were...

How are Expires mapped to other services, e.g., S3?

Here is my current wrapper solution: ```rust impl From for sea_query::Value { fn from(value: Timestamp) -> Self { sea_query::Value::from(format!("{:.6}", value.0)) } } ```

This looks interesting and I'd like to investigate it in futrues-rs. One prerequisite is bumping the MSRV and I wonder what our MSRV strategy is. That said, I'm trying to...