Michael Cheung

Results 8 comments of Michael Cheung

`url_param_escape` is a filter supported in shopify. It is very similar to `url_encode`. Before I posted this question, I want to find a way to do some alias mapping rather...

@dearkarm I found that it is because this crate only implement traits for `DateTime` where Tz is `chrono_tz::Tz`. You have to construct datetime with `Tz` enum. For example, ```chrono_tz::UTC.datetime_from_str("2021-10-02 13:13:00.965+00:00",...

@vahid-sohrabloo What is your expected browser name for Android application webview?

This user agent should be browsing via Facebook in-app WebView, which may not be Chrome. I wonder if Facebook App is a better descriptor?

@russellwhitaker Yes. I shall submit a PR once I update the tests.

Hi @Ogeon , this repo's latest version in crates.io is `0.5.0`. It was released last year and there are a number of commits since then. May I know why it...

@Ogeon Thank you for your great work. I am curious because I am using a new function after latest release. But it is fine. I can import it from repository...

`unimplemented: multiple active portals not supported` issue will likely be fixed in CockroachDB v22.2 according to https://github.com/launchbadge/sqlx/issues/933#issuecomment-1188678469